[issue28809] mention asyncio.gather non-deterministic task starting order

Soren Solari report at bugs.python.org
Sat Nov 26 13:05:22 EST 2016


New submission from Soren Solari:

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.

----------
assignee: docs at python
components: Documentation
messages: 281787
nosy: Soren Solari, docs at python
priority: normal
severity: normal
status: open
title: mention asyncio.gather non-deterministic task starting order
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28809>
_______________________________________


More information about the Python-bugs-list mailing list