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 jack1142
Recipients docs@python, jack1142
Date 2021-09-04.17:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630775028.47.0.984741146051.issue45099@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-09-04 17:03:48jack1142setrecipients: + jack1142, docs@python
2021-09-04 17:03:48jack1142setmessageid: <1630775028.47.0.984741146051.issue45099@roundup.psfhosted.org>
2021-09-04 17:03:48jack1142linkissue45099 messages
2021-09-04 17:03:48jack1142create