We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2021-12-11.18:28:26.534> created_at = <Date 2021-12-10.18:28:22.007> labels = ['easy', 'docs', '3.10', 'expert-asyncio'] title = 'asyncio.coroutine documented as removed in 3.10' updated_at = <Date 2021-12-11.18:28:26.533> user = 'https://github.com/Zabolekar'
bugs.python.org fields:
activity = <Date 2021-12-11.18:28:26.533> actor = 'asvetlov' assignee = 'docs@python' closed = True closed_date = <Date 2021-12-11.18:28:26.534> closer = 'asvetlov' components = ['Documentation', 'asyncio'] creation = <Date 2021-12-10.18:28:22.007> creator = 'Zabolekar' dependencies = [] files = [] hgrepos = [] issue_num = 46040 keywords = ['patch', 'easy'] message_count = 2.0 messages = ['408240', '408329'] nosy_count = 4.0 nosy_names = ['asvetlov', 'docs@python', 'yselivanov', 'Zabolekar'] pr_nums = ['30061'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue46040' versions = ['Python 3.10']
The text was updated successfully, but these errors were encountered:
https://docs.python.org/3.10/library/asyncio-task.html#generator-based-coroutines
This page says about asyncio.coroutine:
Deprecated since version 3.8, removed in version 3.10
However, asyncio.coroutine is still working in 3.10 and has been removed, as far as I can see, here: https://bugs.python.org/issue43216.
Sorry, something went wrong.
New changeset 9917366 by Andrew Svetlov in branch '3.10': [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061) 9917366
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: