[docs] [issue21596] asyncio.wait fails when futures list is empty
Sebastian Kreft
report at bugs.python.org
Wed May 28 18:22:29 CEST 2014
New submission from Sebastian Kreft:
Passing an empty list/set of futures to asyncio.wait raises an Exception, which is a little annoying in some use cases.
Probably this was the intended behavior as I see there's a test case for that. If such, then I would propose to document that behavior.
----------
assignee: docs at python
components: Documentation
messages: 219290
nosy: Sebastian.Kreft.Deezer, docs at python
priority: normal
severity: normal
status: open
title: asyncio.wait fails when futures list is empty
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21596>
_______________________________________
More information about the docs
mailing list