[Python-checkins] cpython (3.4): Issue #22346: also include asyncio PEP 411 notice in 3.4

nick.coghlan python-checkins at python.org
Sat Sep 6 11:47:21 CEST 2014


http://hg.python.org/cpython/rev/fefe7822e6b8
changeset:   92361:fefe7822e6b8
branch:      3.4
parent:      92358:b424d9679308
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Sep 06 19:43:06 2014 +1000
summary:
  Issue #22346: also include asyncio PEP 411 notice in 3.4

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: http://hg.python.org/cpython


More information about the Python-checkins mailing list