[Python-checkins] cpython (3.6): docs: asyncio is no longer provisional

yury.selivanov python-checkins at python.org
Thu Dec 15 18:58:39 EST 2016


https://hg.python.org/cpython/rev/4cb3ea76ce68
changeset:   105651:4cb3ea76ce68
branch:      3.6
parent:      105649:418ba3a0f090
user:        Yury Selivanov <yury at magic.io>
date:        Thu Dec 15 18:58:19 2016 -0500
summary:
  docs: asyncio is no longer provisional

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


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

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


More information about the Python-checkins mailing list