summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2022-02-04 19:59:23 (GMT)
committerGitHub <noreply@github.com>2022-02-04 19:59:23 (GMT)
commit5603db43ba7ba5568b7516d0e28730a2bc1e1f26 (patch)
treeeadef7f3a1244cfe12b1e18ce26c264c07a20406
parent7b5b23c31db87cfc5e09ec297147499ba1d47d31 (diff)
downloadcpython-5603db43ba7ba5568b7516d0e28730a2bc1e1f26.zip
cpython-5603db43ba7ba5568b7516d0e28730a2bc1e1f26.tar.gz
cpython-5603db43ba7ba5568b7516d0e28730a2bc1e1f26.tar.bz2
[3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
@coroutine in removed in 3.11, not 3.10.
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 1175b05..7f4cc70 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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