Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721b7c commit c52e41dCopy full SHA for c52e41d
1 file changed
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