]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Feb 2022 17:08:24 +0000 (09:08 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 17:08:24 +0000 (09:08 -0800)
commitc292118ef3528df85a9d76ad21029009b560b088
tree4dca58ec3b8e0be04a3d915581c9b5c1f0d20e67
parentad47db34be23c5cd75ed5d5c220d4b56a9b5683c
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.
(cherry picked from commit 1d81fdc4c004511c25f74db0e04ddbbb8a04ce6d)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/asyncio/protocols.py