diff options
author | Guido van Rossum <guido@python.org> | 2015-08-02 13:50:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2015-08-02 13:50:27 (GMT) |
commit | 75ead2b578a40611192c34a185c9ecf583f3a629 (patch) | |
tree | c6ec3bcdeabcb8123795eba3179315d86e15c908 /Doc/library/asyncio.rst | |
parent | b064f1e94f615ae6a9cfa2ce288b1b102dc9d870 (diff) | |
download | cpython-75ead2b578a40611192c34a185c9ecf583f3a629.zip cpython-75ead2b578a40611192c34a185c9ecf583f3a629.tar.gz cpython-75ead2b578a40611192c34a185c9ecf583f3a629.tar.bz2 |
Remove warning about asyncio being provisional (it's not in 3.5 and up).
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r-- | Doc/library/asyncio.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 9b4d65e..b292ae9 100644 --- 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/` |