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 6da4364 commit 459e26fCopy full SHA for 459e26f
Doc/library/asyncio-task.rst
@@ -991,7 +991,7 @@ Generator-based Coroutines
991
.. note::
992
993
Support for generator-based coroutines is **deprecated** and
994
- is scheduled for removal in Python 3.10.
+ is removed in Python 3.11.
995
996
Generator-based coroutines predate async/await syntax. They are
997
Python generators that use ``yield from`` expressions to await
@@ -1019,7 +1019,7 @@ enforced.
1019
This decorator should not be used for :keyword:`async def`
1020
coroutines.
1021
1022
- .. deprecated-removed:: 3.8 3.10
+ .. deprecated-removed:: 3.8 3.11
1023
1024
Use :keyword:`async def` instead.
1025
0 commit comments