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 bar.harel
Recipients aeros, aronacher, asvetlov, bar.harel, docs@python, gvanrossum, hynek, xtreak, yselivanov
Date 2020-04-29.07:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588146495.37.0.401949489014.issue40405@roundup.psfhosted.org>
In-reply-to
Content
@Kyle, looks good to me. Maybe this will work better? Together with the current example which shows the "earliest_result" variable of course.

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

Represents -> Returns (less obscure, and coroutines are awaited on to get the result)
Earliest -> removed, "order  of completion" looks great.
History
Date User Action Args
2020-04-29 07:48:15bar.harelsetrecipients: + bar.harel, gvanrossum, aronacher, asvetlov, docs@python, hynek, yselivanov, xtreak, aeros
2020-04-29 07:48:15bar.harelsetmessageid: <1588146495.37.0.401949489014.issue40405@roundup.psfhosted.org>
2020-04-29 07:48:15bar.harellinkissue40405 messages
2020-04-29 07:48:14bar.harelcreate