[New-bugs-announce] [issue42230] Document that asyncio's wait() and as_completed() accept arbitrary iterables

Jakub Stasiak report at bugs.python.org
Sun Nov 1 07:17:01 EST 2020


New submission from Jakub Stasiak <jakub+python.org at stasiak.at>:

The documentation explicitly says "sets" but arbitrary iterables are accepted and various non-sets are passed to those in real world almost certainly.

----------
components: asyncio
messages: 380128
nosy: asvetlov, jstasiak, yselivanov
priority: normal
severity: normal
status: open
title: Document that asyncio's wait() and as_completed() accept arbitrary iterables
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list