]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 4 Feb 2022 19:59:23 +0000 (14:59 -0500)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 19:59:23 +0000 (14:59 -0500)
@coroutine in removed in 3.11, not 3.10.

Doc/library/asyncio-task.rst

index 1175b0537c0511a324054a0e3923cd0d58c3a578..7f4cc703861571141d7ca971ae4c590167601bcb 100644 (file)
@@ -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