We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e721b7c commit c52e41dCopy full SHA for c52e41d
Doc/library/asyncio.rst
@@ -4,6 +4,13 @@
4
.. module:: asyncio
5
:synopsis: Asynchronous I/O, event loop, coroutines and tasks.
6
7
+.. note::
8
+
9
+ The asyncio package has been included in the standard library on a
10
+ :term:`provisional basis <provisional package>`. Backwards incompatible
11
+ changes (up to and including removal of the module) may occur if deemed
12
+ necessary by the core developers.
13
14
.. versionadded:: 3.4
15
16
**Source code:** :source:`Lib/asyncio/`
0 commit comments