[issue40499] asyncio.wait documentation on non-emptiness requirement lost in bpo-33649
New submission from Joel Rosdahl <joel.rosdahl@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@python components: Documentation messages: 368041 nosy: Joel Rosdahl, docs@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@bugs.python.org> <https://bugs.python.org/issue40499> _______________________________________
Change by Joel Rosdahl <joel@rosdahl.net>: ---------- keywords: +patch nosy: +jrosdahl nosy_count: 2.0 -> 3.0 pull_requests: +19211 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19900 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40499> _______________________________________
Guido van Rossum <guido@python.org> added the comment: New changeset 9d74658f0a6e8a9b8d6dcf199dda886f35c6ad68 by Joel Rosdahl in branch 'master': bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) https://github.com/python/cpython/commit/9d74658f0a6e8a9b8d6dcf199dda886f35c... ---------- nosy: +gvanrossum _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40499> _______________________________________
Change by Guido van Rossum <guido@python.org>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40499> _______________________________________
participants (2)
-
Guido van Rossum -
Joel Rosdahl