diff options
author | Yury Selivanov <yury@magic.io> | 2016-12-15 18:58:19 -0500 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-12-15 18:58:19 -0500 |
commit | 69075ae56a3b95cedf039371d80fb5ed243c15e2 (patch) | |
tree | 8364bfe6cdd21ede611c9754f050edd15a041e91 /Doc/library | |
parent | e0f39b0d00e478778619b2f31e88eff701ca77dc (diff) | |
download | cpython-69075ae56a3b95cedf039371d80fb5ed243c15e2.tar.gz |
docs: asyncio is no longer provisional
Diffstat (limited to 'Doc/library')
-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 76bd9e9848..b076b7d009 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -8,13 +8,6 @@ **Source code:** :source:`Lib/asyncio/` -.. 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. - -------------- This module provides infrastructure for writing single-threaded concurrent |