summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
diff options
context:
space:
mode:
authorAnj-A <2017anj@gmail.com>2019-12-07 12:53:13 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-12-07 12:53:12 (GMT)
commit4443450fdaf248427cf4a00a6ee36229e6402ec6 (patch)
tree92c92d29f5c43c8415dc4ff9e825ed7bb3fe5f03 /Doc/library/asyncio-protocol.rst
parent892f9e0777f262d366d4747a54c33a1c15a49da6 (diff)
downloadcpython-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
Diffstat (limited to 'Doc/library/asyncio-protocol.rst')
-rw-r--r--Doc/library/asyncio-protocol.rst3
1 files changed, 0 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`_.