[Python-checkins] bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)

Miss Islington (bot) webhook-mailer at python.org
Sat Dec 7 07:53:17 EST 2019


https://github.com/python/cpython/commit/4443450fdaf248427cf4a00a6ee36229e6402ec6
commit: 4443450fdaf248427cf4a00a6ee36229e6402ec6
branch: master
author: Anj-A <2017anj at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-12-07T04:53:12-08:00
summary:

bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)



https://bugs.python.org/issue38652

files:
M Doc/library/asyncio-protocol.rst
M Misc/ACKS

diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index ffac9018127c6..3079716f03ecc 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`_.
diff --git a/Misc/ACKS b/Misc/ACKS
index 239d06ffd0bf9..2286f7b5017fa 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -22,6 +22,7 @@ Eitan Adler
 Anton Afanasyev
 Ali Afshar
 Nitika Agarwal
+Anjani Agrawal
 Pablo S. Blum de Aguiar
 Jim Ahlstrom
 Farhan Ahmad



More information about the Python-checkins mailing list