]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Tue, 15 Feb 2022 16:39:28 +0000 (16:39 +0000)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 16:39:28 +0000 (18:39 +0200)
commit1d81fdc4c004511c25f74db0e04ddbbb8a04ce6d
tree3d94c43aed60fe2942f1e0efa76fd44b7f1e4f7c
parent9a40a2d99f703402c81c0444aa6d369eef60847c
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.
Lib/asyncio/protocols.py