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 dtrauma
Recipients docs@python, dtrauma
Date 2019-03-19.19:55:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553025335.55.0.640410639085.issue36373@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.7/library/asyncio-task.html#running-tasks-concurrently

For asyncio.gather, the docs should probably say

The loop argument is deprecated and scheduled for removal in Python 3.10.

as they do for all the other loop arguments of other functions.
History
Date User Action Args
2019-03-19 19:55:35dtraumasetrecipients: + dtrauma, docs@python
2019-03-19 19:55:35dtraumasetmessageid: <1553025335.55.0.640410639085.issue36373@roundup.psfhosted.org>
2019-03-19 19:55:35dtraumalinkissue36373 messages
2019-03-19 19:55:35dtraumacreate