Skip to content

Commit 72c4646

Browse files
bpo-46741: Update asyncio.protocols.BufferedProtocol docstring (GH-31327) (GH-31362)
The docstring for `BufferedProtocol` states that the class is still an "experimental API", but it has been considered stable since 3.8. (cherry picked from commit 1d81fdc) Co-authored-by: Alex Waygood <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
1 parent ac55cea commit 72c4646

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)