Skip to content

Added asyncio REPL example to docs. #101243

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

Merged
merged 2 commits into from
Jan 23, 2023

Conversation

carltongibson
Copy link
Contributor

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?

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.
Copy link
Member

@gvanrossum gvanrossum left a 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.

Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kumaraditya303 kumaraditya303 merged commit 5d868ef into python:main Jan 23, 2023
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry, @carltongibson and @kumaraditya303, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 5d868efde9ea08b39357b962a02a0294aa97689c 3.10

@bedevere-bot
Copy link

GH-101256 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jan 23, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 23, 2023
(cherry picked from commit 5d868ef)

Co-authored-by: Carlton Gibson <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
miss-islington added a commit that referenced this pull request Jan 23, 2023
(cherry picked from commit 5d868ef)

Co-authored-by: Carlton Gibson <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
@bedevere-bot
Copy link

GH-101257 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 Jan 23, 2023
kumaraditya303 pushed a commit to kumaraditya303/cpython that referenced this pull request Jan 23, 2023
Co-authored-by: Kumar Aditya <[email protected]>.
(cherry picked from commit 5d868ef)

Co-authored-by: Carlton Gibson <[email protected]>
kumaraditya303 added a commit that referenced this pull request Jan 23, 2023
(cherry picked from commit 5d868ef)

Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: Carlton Gibson <[email protected]>
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 issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants