X Tutup
The Wayback Machine - https://web.archive.org/web/20260311194305/https://github.com/python/cpython/pull/31327
Skip to content

bpo-46741: Update asyncio.protocols.BufferedProtocol docstring#31327

Merged
asvetlov merged 1 commit intopython:mainfrom
AlexWaygood:patch-2
Feb 15, 2022
Merged

bpo-46741: Update asyncio.protocols.BufferedProtocol docstring#31327
asvetlov merged 1 commit intopython:mainfrom
AlexWaygood:patch-2

Conversation

@AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Feb 14, 2022

The docstring for BufferedProtocol states that the class is still an "experimental API", but it has been considered stable since 3.8.

https://bugs.python.org/issue46741

The docstring for `BufferedProtocol` states that the class is still an "experimental API", but it has been considered stable since 3.8.
@asvetlov asvetlov merged commit 1d81fdc into python:main Feb 15, 2022
@miss-islington
Copy link
Contributor

Thanks @AlexWaygood for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @AlexWaygood and @asvetlov, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 1d81fdc4c004511c25f74db0e04ddbbb8a04ce6d 3.10

@AlexWaygood AlexWaygood deleted the patch-2 branch February 15, 2022 16:40
@AlexWaygood AlexWaygood added needs backport to 3.10 only security fixes and removed needs backport to 3.10 only security fixes labels Feb 15, 2022
@miss-islington
Copy link
Contributor

Thanks @AlexWaygood for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @AlexWaygood for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@AlexWaygood
Copy link
Member Author

Thanks @asvetlov!

@bedevere-bot
Copy link

GH-31362 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Feb 15, 2022
asvetlov pushed a commit that referenced this pull request Feb 15, 2022
…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 <Alex.Waygood@Gmail.com>

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup