Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af117ed

Browse files
committed
Issue #22346: also include asyncio PEP 411 notice in 3.4
1 parent 1ff32a9 commit af117ed

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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)