-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-132354: document return value for asyncio.Task.cancel
#132374
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-132354: document return value for asyncio.Task.cancel
#132374
Conversation
@@ -0,0 +1 @@ | |||
Document return value for :func:`asyncio.Task.cancel`. |
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.
Hi! Docs changes don't require a news entry. Cf. https://devguide.python.org/core-developers/committing/#updating-news-and-what-s-new-in-python
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.
Thank you! I removed it:)
This reverts commit e039f42.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks @felixscherz for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…honGH-132374) (cherry picked from commit 64b066a) Co-authored-by: Felix Scherz <felixwscherz@gmail.com>
GH-132465 is a backport of this pull request to the 3.13 branch. |
Hi, this is intended to resolve #132354. I documented the return value, similar to
asyncio.Future.cancel
.📚 Documentation preview 📚: https://cpython-previews--132374.org.readthedocs.build/