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@python
components: Documentation
messages: 219290
nosy: Sebastian.Kreft.Deezer, docs@python
priority: normal
severity: normal
status: open
title: asyncio.wait fails when futures list is empty
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to