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

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


https://hg.python.org/cpython/rev/e340fe83c510
changeset:   97205:e340fe83c510
parent:      97202:859a45ca1e86
parent:      97204:22242581e253
user:        Guido van Rossum <guido at python.org>
date:        Sun Aug 02 15:51:46 2015 +0200
summary:
  Remove warning about asyncio being provisional (it's not in 3.5 and up; merge from 3.5).

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