Remove warning about asyncio being provisional (it's not in 3.5 and up; merge from 3.5).

This commit is contained in:
Guido van Rossum 2015-08-02 15:51:46 +02:00
commit 96860ee8d0

View file

@ -4,13 +4,6 @@
.. 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/`