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 Soren Solari
Recipients Soren Solari, docs@python
Date 2016-11-26.18:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480183522.09.0.687431688906.issue28809@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/asyncio/issues/432

asyncio.gather documentation states:
"the returned future’s result is the list of results (in the order of the original sequence, not necessarily the order of results arrival)"

An additional statement like "tasks are not guaranteed to be started in a predicable order" would aid users and slove the discussion in issue 432 above.
History
Date User Action Args
2016-11-26 18:05:22Soren Solarisetrecipients: + Soren Solari, docs@python
2016-11-26 18:05:22Soren Solarisetmessageid: <1480183522.09.0.687431688906.issue28809@psf.upfronthosting.co.za>
2016-11-26 18:05:22Soren Solarilinkissue28809 messages
2016-11-26 18:05:21Soren Solaricreate