8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio.protocols.BufferedProtocol
1 parent 9a40a2d commit 1d81fdcCopy full SHA for 1d81fdc
Lib/asyncio/protocols.py
@@ -109,10 +109,6 @@ def eof_received(self):
109
class BufferedProtocol(BaseProtocol):
110
"""Interface for stream protocol with manual buffer control.
111
112
- Important: this has been added to asyncio in Python 3.7
113
- *on a provisional basis*! Consider it as an experimental API that
114
- might be changed or removed in Python 3.8.
115
-
116
Event methods, such as `create_server` and `create_connection`,
117
accept factories that return protocols that implement this interface.
118
0 commit comments