[New-bugs-announce] [issue40499] asyncio.wait documentation on non-emptiness requirement lost in bpo-33649

Joel Rosdahl report at bugs.python.org
Mon May 4 08:16:17 EDT 2020


New submission from Joel Rosdahl <joel.rosdahl at gmail.com>:

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).

----------
assignee: docs at python
components: Documentation
messages: 368041
nosy: Joel Rosdahl, docs at python
priority: normal
severity: normal
status: open
title: asyncio.wait documentation on non-emptiness requirement lost in bpo-33649
versions: Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list