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 Joel Rosdahl
Recipients Joel Rosdahl, docs@python
Date 2020-05-04.12:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588594577.55.0.625072789912.issue40499@roundup.psfhosted.org>
In-reply-to
Content
bpo-21596 documented that the sequence of futures passed to asyncio.wait must not be empty:

    The sequence *futures* must not be empty.

This note was however lost in the bpo-33649 commit
(3faaa8857a42a36383bb18425444e597fc876797).
History
Date User Action Args
2020-05-04 12:16:17Joel Rosdahlsetrecipients: + Joel Rosdahl, docs@python
2020-05-04 12:16:17Joel Rosdahlsetmessageid: <1588594577.55.0.625072789912.issue40499@roundup.psfhosted.org>
2020-05-04 12:16:17Joel Rosdahllinkissue40499 messages
2020-05-04 12:16:17Joel Rosdahlcreate