]> granicus.if.org Git - python/commitdiff
Remove warning about asyncio being provisional (it's not in 3.5 and up).
authorGuido van Rossum <guido@python.org>
Sun, 2 Aug 2015 13:50:27 +0000 (15:50 +0200)
committerGuido van Rossum <guido@python.org>
Sun, 2 Aug 2015 13:50:27 +0000 (15:50 +0200)
Doc/library/asyncio.rst

index 9b4d65e5da0fe9d57341ee4c105fa9c2300eaed2..b292ae91e61dbc1a6dd4624b1c08fecbb82ab397 100644 (file)
@@ -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/`