[Python-checkins] cpython (3.5): Remove warning about asyncio being provisional (it's not in 3.5 and up).

guido.van.rossum python-checkins at python.org
Sun Aug 2 15:52:24 CEST 2015


https://hg.python.org/cpython/rev/22242581e253
changeset:   97204:22242581e253
branch:      3.5
parent:      97201:2453ac990e5b
user:        Guido van Rossum <guido at python.org>
date:        Sun Aug 02 15:50:27 2015 +0200
summary:
  Remove warning about asyncio being provisional (it's not in 3.5 and up).

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
@@ -4,13 +4,6 @@
 .. 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