[Python-checkins] cpython (3.5): Make asyncio provisional

yury.selivanov python-checkins at python.org
Mon Aug 31 17:45:48 CEST 2015


https://hg.python.org/cpython/rev/833db9e2ed14
changeset:   97561:833db9e2ed14
branch:      3.5
parent:      97558:606082fa2804
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Aug 31 11:42:31 2015 -0400
summary:
  Make asyncio provisional

files:
  Doc/library/asyncio.rst |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
--- 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/`

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list