-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
asyncio.create_task(): Remove obsolete section #92223
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
Labels
Comments
#92224 doesn't get linked automatically. |
JelleZijlstra
pushed a commit
that referenced
this issue
May 5, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 5, 2022
…thonGH-92224) (cherry picked from commit d1b2e98) Co-authored-by: Sebastian Rittau <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 5, 2022
(cherry picked from commit d1b2e98) Co-authored-by: Sebastian Rittau <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 5, 2022
(cherry picked from commit d1b2e98) Co-authored-by: Sebastian Rittau <[email protected]>
Now fixed — thanks @srittau! |
hello-adam
pushed a commit
to hello-adam/cpython
that referenced
this issue
Jun 2, 2022
…thonGH-92224) (cherry picked from commit d1b2e98) Co-authored-by: Sebastian Rittau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task has a section about an alternative for Python 3.6 and prior. Now that 3.6 has reached end of life, this section is obsolete and hurts conciseness. I propose to remove it.
The text was updated successfully, but these errors were encountered: