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)
commit8e1baa7583df3594d056197638c5b12c109eae11 (patch)
tree40d8b528e20427c5eebce6fbe3937e453de1069d
parent6e3123590210c37e488fbe07f64be5d0748b88b8 (diff)
downloadcpython-8e1baa7583df3594d056197638c5b12c109eae11.zip
cpython-8e1baa7583df3594d056197638c5b12c109eae11.tar.gz
cpython-8e1baa7583df3594d056197638c5b12c109eae11.tar.bz2
docs: asyncio is no longer provisional
(grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f)
-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