This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Zabolekar
Recipients Zabolekar, docs@python
Date 2021-12-10.18:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639160902.02.0.980259307717.issue46040@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.10/library/asyncio-task.html#generator-based-coroutines

This page says about asyncio.coroutine:

    Deprecated since version 3.8, removed in version 3.10

However, asyncio.coroutine is still working in 3.10 and has been removed, as far as I can see, here: https://bugs.python.org/issue43216.
History
Date User Action Args
2021-12-10 18:28:22Zabolekarsetrecipients: + Zabolekar, docs@python
2021-12-10 18:28:22Zabolekarsetmessageid: <1639160902.02.0.980259307717.issue46040@roundup.psfhosted.org>
2021-12-10 18:28:22Zabolekarlinkissue46040 messages
2021-12-10 18:28:21Zabolekarcreate