diff options
author | Guido van Rossum <guido@python.org> | 2015-08-02 15:51:46 +0200 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2015-08-02 15:51:46 +0200 |
commit | 96860ee8d08d8023ae913e43c059fca740dad9fb (patch) | |
tree | 28b0b8c42d96ab36aba1a9f80e0a2c0284807928 | |
parent | 44427added96c38f87b065e2aafcf729bc04532b (diff) | |
parent | 75ead2b578a40611192c34a185c9ecf583f3a629 (diff) | |
download | cpython-git-96860ee8d08d8023ae913e43c059fca740dad9fb.tar.gz |
Remove warning about asyncio being provisional (it's not in 3.5 and up; merge from 3.5).
-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 9b4d65e5da..b292ae91e6 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/` |