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 aeros
Recipients aeros, aronacher, asvetlov, bar.harel, docs@python, gvanrossum, hynek, xtreak, yselivanov
Date 2020-04-29.03:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588132788.35.0.123489634142.issue40405@roundup.psfhosted.org>
In-reply-to
Content
Yury Selivanov wrote:
> 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."

The first sentence looks good to me, but I'm not certain about the second sentence, particularly "allows to wait". Instead, I'm thinking something like this might read better:

"Each coroutine represents the earliest next result from the set of the remaining awaitables, based upon the order of completion."

Thoughts?
History
Date User Action Args
2020-04-29 03:59:48aerossetrecipients: + aeros, gvanrossum, aronacher, asvetlov, docs@python, hynek, yselivanov, bar.harel, xtreak
2020-04-29 03:59:48aerossetmessageid: <1588132788.35.0.123489634142.issue40405@roundup.psfhosted.org>
2020-04-29 03:59:48aeroslinkissue40405 messages
2020-04-29 03:59:48aeroscreate