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

2019-04-12 Thread Cheryl Sabella


Cheryl Sabella  added the comment:

I believe the issue mentioned here was addressed by the doc rewrite in issue 
33649.  I'm going to mark this as a duplicate of that issue, but if the concern 
here still exists, then please re-open this issue.

--
nosy: +cheryl.sabella
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> asyncio docs overhaul

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-11-26 Thread Soren Solari

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@python
components: Documentation
messages: 281787
nosy: Soren Solari, docs@python
priority: normal
severity: normal
status: open
title: mention asyncio.gather non-deterministic task starting order
type: enhancement
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com