Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346.

This commit is contained in:
Guido van Rossum 2014-09-05 19:28:40 -07:00
parent cde69cdb81
commit 779d453fc9

View file

@ -4,6 +4,13 @@
.. module:: asyncio .. module:: asyncio
:synopsis: Asynchronous I/O, event loop, coroutines and tasks. :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 .. versionadded:: 3.4
**Source code:** :source:`Lib/asyncio/` **Source code:** :source:`Lib/asyncio/`