From e39e2b37c6b0ea14fb27db06f58d96aa2dbd224c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 4 Feb 2022 14:33:54 -0500 Subject: [PATCH] bpo-46609: Update asyncio-task coroutine doc --- Doc/library/asyncio-task.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 1175b0537c0511..7f4cc703861571 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