X Tutup
Skip to content

Commit c52e41d

Browse files
committed
Make asyncio provisional
1 parent e721b7c commit c52e41d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/library/asyncio.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
.. module:: asyncio
55
:synopsis: Asynchronous I/O, event loop, coroutines and tasks.
66

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+
714
.. versionadded:: 3.4
815

916
**Source code:** :source:`Lib/asyncio/`

0 commit comments

Comments
 (0)
X Tutup