[New-bugs-announce] [issue45099] asyncio.Task's documentation says that loop arg is removed when it's not

jack1142 report at bugs.python.org
Sat Sep 4 13:03:48 EDT 2021


New submission from jack1142 <kuba.kuczys at gmail.com>:

The documentation here:
https://docs.python.org/3.10/library/asyncio-task.html#asyncio.Task

Says that `loop` parameter was removed but it's still part of the signature. It gets even more confusing when the deprecation right below it is saying that *not* passing it when there is no running event loop is deprecated :)

I could make a PR removing this information but I'm not sure whether there should be also some information put about it being deprecated in 3.8 but not actually getting removed in 3.10?

----------
assignee: docs at python
components: Documentation
messages: 401047
nosy: docs at python, jack1142
priority: normal
severity: normal
status: open
title: asyncio.Task's documentation says that loop arg is removed when it's not
type: behavior
versions: Python 3.10

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


More information about the New-bugs-announce mailing list