mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #22346: also include asyncio PEP 411 notice in 3.4
This commit is contained in:
parent
1ff32a9169
commit
af117ed3d7
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
|||
.. module:: asyncio
|
||||
:synopsis: Asynchronous I/O, event loop, coroutines and tasks.
|
||||
|
||||
.. note::
|
||||
|
||||
The asyncio package has been included in the standard library on a
|
||||
:term:`provisional basis <provisional package>`. Backwards incompatible
|
||||
changes (up to and including removal of the module) may occur if deemed
|
||||
necessary by the core developers.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
**Source code:** :source:`Lib/asyncio/`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue