Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ Generator-based Coroutines
.. note::

Support for generator-based coroutines is **deprecated** and
is scheduled for removal in Python 3.10.
is removed in Python 3.11.

Generator-based coroutines predate async/await syntax. They are
Python generators that use ``yield from`` expressions to await
Expand Down