mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove warning about asyncio being provisional (it's not in 3.5 and up).
This commit is contained in:
parent
b064f1e94f
commit
75ead2b578
1 changed files with 0 additions and 7 deletions
|
@ -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/`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue