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 yselivanov
Recipients aronacher, asvetlov, bar.harel, docs@python, gvanrossum, hynek, xtreak, yselivanov
Date 2020-04-28.02:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588041896.89.0.602790821743.issue40405@roundup.psfhosted.org>
In-reply-to
Content
> @Yury what do you think?

Yeah, the documentation needs to be fixed.

> Maybe "Returns an iterator of awaitables"?

I'd suggest to change to: "Return an iterator of coroutines.  Each coroutine allows to wait for the earliest next result from the set of the remaining awaitables."
History
Date User Action Args
2020-04-28 02:44:57yselivanovsetrecipients: + yselivanov, gvanrossum, aronacher, asvetlov, docs@python, hynek, bar.harel, xtreak
2020-04-28 02:44:56yselivanovsetmessageid: <1588041896.89.0.602790821743.issue40405@roundup.psfhosted.org>
2020-04-28 02:44:56yselivanovlinkissue40405 messages
2020-04-28 02:44:56yselivanovcreate