summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-31 15:45:11 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-31 15:45:11 (GMT)
commitc994cd21de90e48b5c636fed55e13ffaacbde231 (patch)
treee0a43ffa4add3476bb41d222b83da38b3b3e30be
parent81174d749af8a3da5cbdce2db511f4d71f2fa5ab (diff)
parentc52e41d6b9bec8be06e539ea07fd3858d4087656 (diff)
downloadcpython-c994cd21de90e48b5c636fed55e13ffaacbde231.zip
cpython-c994cd21de90e48b5c636fed55e13ffaacbde231.tar.gz
cpython-c994cd21de90e48b5c636fed55e13ffaacbde231.tar.bz2
Merge 3.5
-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/`