summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-31 15:42:31 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-31 15:42:31 (GMT)
commitc52e41d6b9bec8be06e539ea07fd3858d4087656 (patch)
tree0ab3081360ec8afaa92013822962c21e86356b36 /Doc
parente721b7cb8b879a848d47b9716783526c12c341a2 (diff)
downloadcpython-c52e41d6b9bec8be06e539ea07fd3858d4087656.zip
cpython-c52e41d6b9bec8be06e539ea07fd3858d4087656.tar.gz
cpython-c52e41d6b9bec8be06e539ea07fd3858d4087656.tar.bz2
Make asyncio provisional
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
index b292ae9..9b4d65e 100644
--- a/Doc/library/asyncio.rst
+++ b/Doc/library/asyncio.rst
@@ -4,6 +4,13 @@
.. 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/`