-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
gh-121970: Replace .. coroutine{method,function}
with :async:
#130448
Conversation
I've updated this branch with the changes I had staged locally from my original investigation. |
Thanks @sobolevn for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…:` (pythonGH-130448) (cherry picked from commit 5ec4bf8) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Adam Turner <[email protected]>
Sorry, @sobolevn and @AA-Turner, I could not cleanly backport this to
|
GH-130465 is a backport of this pull request to the 3.13 branch. |
…`:async:` (pythonGH-130448) (cherry picked from commit 5ec4bf8) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Adam Turner <[email protected]>
GH-130467 is a backport of this pull request to the 3.12 branch. |
…c:` (GH-130448) (#130465) (cherry picked from commit 5ec4bf8) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Adam Turner <[email protected]>
…c:` (GH-130448) (#130467) (cherry picked from commit 5ec4bf8) Co-authored-by: sobolevn <[email protected]>
…:` (python#130448) Co-authored-by: Adam Turner <[email protected]> pythongh-130461: Fix locations of `.. index::` directives usage in `Doc/library/uuid.rst` pythongh-130461: Fix locations of `.. index::` in `getnode()`
I decided to keep
awaitablefunction
/awaitablemethod
for now, because it is not quite the same as:async:
pyspecific
#121970📚 Documentation preview 📚: https://cpython-previews--130448.org.readthedocs.build/