diff options
author | Yury Selivanov <yury@magic.io> | 2016-12-15 23:58:35 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-12-15 23:58:35 (GMT) |
commit | 65f86a4b9e1006309e79c2abdcf29905f240332d (patch) | |
tree | 9ee0a9eef45cc4d6aec17dbcb9ac78bdc17362ea /Doc | |
parent | 583644b74283a6611c48f07623b924ef730492ba (diff) | |
parent | 6db7a4b81a0d2d09f3b58ecc6bb12dfa60c502d8 (diff) | |
download | cpython-65f86a4b9e1006309e79c2abdcf29905f240332d.zip cpython-65f86a4b9e1006309e79c2abdcf29905f240332d.tar.gz cpython-65f86a4b9e1006309e79c2abdcf29905f240332d.tar.bz2 |
Merge 3.6
Diffstat (limited to 'Doc')
-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 76bd9e9..b076b7d 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 |