Commit 75ead2b5 authored by Guido van Rossum's avatar Guido van Rossum

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

parent b064f1e9
......@@ -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/`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment