-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-106882: asyncio.Server add version changed message for exposure from asyncio.base_events.Server #106901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey the CLA bot thingy threw a 500 error a couple times, might want to look into that. |
Do i make the backport pr's after this gets merged? |
Co-authored-by: Alex Waygood <[email protected]>
Our loyal bot @miss-islington will take care of that for you :-) |
ooh automation 🥳 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me! Assuming the docs preview doesn't show any unexpected horrors, will merge once the CI has finished :-)
No, thank you for making this so easy, I thought this would be a long bureaucratic process, and you made it really easy. |
Thanks @jack60612 for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-106902 is a backport of this pull request to the 3.12 branch. |
GH-106903 is a backport of this pull request to the 3.11 branch. |
…on 3.11+ (pythonGH-106901) And later versions of 3.10, 3.9 (cherry picked from commit 1e1f4e9) Co-authored-by: Jack Nelson <[email protected]>
…on 3.11+ (pythonGH-106901) And later versions of 3.10, 3.9 (cherry picked from commit 1e1f4e9) Co-authored-by: Jack Nelson <[email protected]>
Key Info
This makes sure that the docs clearly show that in earlier versions of Python
asyncio.Server
could not be imported as such and was insteadasyncio.base_events.Server
.Related PR's:
#31760
📚 Documentation preview 📚: https://cpython-previews--106901.org.readthedocs.build/