]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Feb 2022 17:14:09 +0000 (09:14 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 17:14:09 +0000 (19:14 +0200)
commit72c46462aa9fd0a69317917ba127e62f94ce08d7
tree0055c695d62e19d9e303e9df1207163812443456
parentac55cea3cbee4d40cf7320bd691f5327cff30f13
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 1d81fdc4c004511c25f74db0e04ddbbb8a04ce6d)

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