8000 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327) · python/cpython@1d81fdc · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d81fdc

Browse files
authored
bpo-46741: Update asyncio.protocols.BufferedProtocol docstring (31327)
The docstring for `BufferedProtocol` states that the class is still an "experimental API", but it has been considered stable since 3.8.
1 parent 9a40a2d commit 1d81fdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/asyncio/protocols.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ def eof_received(self):
109109
class BufferedProtocol(BaseProtocol):
110110
"""Interface for stream protocol with manual buffer control.
111111
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-
116112
Event methods, such as `create_server` and `create_connection`,
117113
accept factories that return protocols that implement this interface.
118114

0 commit comments

Comments
 (0)
0