Skip to content

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

Closed
srittau opened this issue May 3, 2022 · 2 comments
Closed

asyncio.create_task(): Remove obsolete section #92223

srittau opened this issue May 3, 2022 · 2 comments
Labels
docs Documentation in the Doc dir topic-asyncio

Comments

@srittau
Copy link
Contributor

srittau commented May 3, 2022

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.

@srittau srittau added the docs Documentation in the Doc dir label May 3, 2022
@srittau
Copy link
Contributor Author

srittau commented May 3, 2022

#92224 doesn't get linked automatically.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 5, 2022
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]>
@AlexWaygood
Copy link
Member

Now fixed — thanks @srittau!

hello-adam pushed a commit to hello-adam/cpython that referenced this issue Jun 2, 2022
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 topic-asyncio
Projects
None yet
Development

No branches or pull requests

2 participants