summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-12-15 23:58:19 (GMT)
committerYury Selivanov <yury@magic.io>2016-12-15 23:58:19 (GMT)
commit6db7a4b81a0d2d09f3b58ecc6bb12dfa60c502d8 (patch)
tree57bc8774feb92a3cc335a0ece9c74a5145d11822
parent12174709845fb14c62952891bcb2832438914e3d (diff)
downloadcpython-6db7a4b81a0d2d09f3b58ecc6bb12dfa60c502d8.zip
cpython-6db7a4b81a0d2d09f3b58ecc6bb12dfa60c502d8.tar.gz
cpython-6db7a4b81a0d2d09f3b58ecc6bb12dfa60c502d8.tar.bz2
docs: asyncio is no longer provisional
-rw-r--r--Doc/library/asyncio.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
index 76bd9e9..b076b7d 100644
--- a/Doc/library/asyncio.rst
+++ b/Doc/library/asyncio.rst
@@ -8,13 +8,6 @@
**Source code:** :source:`Lib/asyncio/`
-.. 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.
-
--------------
This module provides infrastructure for writing single-threaded concurrent