[New-bugs-announce] [issue46040] asyncio.coroutine documented as removed in 3.10

Stanislav Syekirin report at bugs.python.org
Fri Dec 10 13:28:22 EST 2021


New submission from Stanislav Syekirin <syekirin at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 408240
nosy: Zabolekar, docs at python
priority: normal
severity: normal
status: open
title: asyncio.coroutine documented as removed in 3.10
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46040>
_______________________________________


More information about the New-bugs-announce mailing list