diff options
author | Anj-A <2017anj@gmail.com> | 2019-12-07 12:53:13 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-07 12:53:12 (GMT) |
commit | 4443450fdaf248427cf4a00a6ee36229e6402ec6 (patch) | |
tree | 92c92d29f5c43c8415dc4ff9e825ed7bb3fe5f03 | |
parent | 892f9e0777f262d366d4747a54c33a1c15a49da6 (diff) | |
download | cpython-4443450fdaf248427cf4a00a6ee36229e6402ec6.zip cpython-4443450fdaf248427cf4a00a6ee36229e6402ec6.tar.gz cpython-4443450fdaf248427cf4a00a6ee36229e6402ec6.tar.bz2 |
bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)
https://bugs.python.org/issue38652
-rw-r--r-- | Doc/library/asyncio-protocol.rst | 3 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index ffac901..3079716 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -588,9 +588,6 @@ Buffered Streaming Protocols ---------------------------- .. versionadded:: 3.7 - **Important:** this has been added to asyncio in Python 3.7 - *on a provisional basis*! This is as an experimental API that - might be changed or removed completely in Python 3.8. Buffered Protocols can be used with any event loop method that supports `Streaming Protocols`_. @@ -22,6 +22,7 @@ Eitan Adler Anton Afanasyev Ali Afshar Nitika Agarwal +Anjani Agrawal Pablo S. Blum de Aguiar Jim Ahlstrom Farhan Ahmad |