[issue46609] Generator-based coroutines in Python 3.10 docs

Sebastian Rittau report at bugs.python.org
Wed Feb 2 07:27:05 EST 2022


New submission from Sebastian Rittau <srittau at rittau.biz>:

Currently, the Python 3.10.2 documentation at https://docs.python.org/3/library/asyncio-task.html?highlight=coroutine#asyncio.coroutine says:

"Note: Support for generator-based coroutines is deprecated and is scheduled for removal in Python 3.10."

Python 3.10 still has support for those (although it emits a warning), so the note should be updated.

----------
assignee: docs at python
components: Documentation
messages: 412352
nosy: docs at python, srittau
priority: normal
severity: normal
status: open
title: Generator-based coroutines in Python 3.10 docs
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46609>
_______________________________________


More information about the Python-bugs-list mailing list