-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Added asyncio REPL example to docs. #101243
Conversation
The ability to run python -m asyncio for a REPL with a concurrent context was previously only mentioned in the What's new in Python 3.8 section. Adding it to the asyncio introduction makes it more discoverable.
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.
No issue, nor a news entry, and I recommend backporting to 3.11, 3.10.
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!
Thanks @carltongibson for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, @carltongibson and @kumaraditya303, I could not cleanly backport this to |
GH-101256 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 5d868ef) Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 5d868ef) Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
GH-101257 is a backport of this pull request to the 3.10 branch. |
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 5d868ef) Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
The ability to run python -m asyncio for a REPL with a concurrent context was previously only mentioned in the What's new in Python 3.8 section. Adding it to the asyncio introduction makes it more discoverable.
Q: This is a small docs change, does it need an issue? Could possibly be ref gh-81209, but not sure of the procedure?