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 xtreak
Recipients aronacher, asvetlov, docs@python, gvanrossum, hynek, vstinner, xtreak, yselivanov
Date 2019-09-12.09:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568280863.01.0.797593922672.issue27589@roundup.psfhosted.org>
In-reply-to
Content
Current docs read as below with an example to show that earliest future is returned. I guess this can be closed.

https://docs.python.org/dev/library/asyncio-task.html#asyncio.as_completed

Run awaitable objects in the aws set concurrently. Return an iterator of Future objects. Each Future object returned represents the earliest result from the set of the remaining awaitables.
History
Date User Action Args
2019-09-12 09:34:23xtreaksetrecipients: + xtreak, gvanrossum, vstinner, aronacher, asvetlov, docs@python, hynek, yselivanov
2019-09-12 09:34:23xtreaksetmessageid: <1568280863.01.0.797593922672.issue27589@roundup.psfhosted.org>
2019-09-12 09:34:22xtreaklinkissue27589 messages
2019-09-12 09:34:22xtreakcreate