We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5b23c commit 5603db4Copy full SHA for 5603db4
Doc/library/asyncio-task.rst
@@ -1057,7 +1057,7 @@ Generator-based Coroutines
1057
.. note::
1058
1059
Support for generator-based coroutines is **deprecated** and
1060
- is scheduled for removal in Python 3.10.
+ is removed in Python 3.11.
1061
1062
Generator-based coroutines predate async/await syntax. They are
1063
Python generators that use ``yield from`` expressions to await
0 commit comments