New submission from jack1142 <kuba.kuc...@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@python
components: Documentation
messages: 401047
nosy: docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45099>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to