João Bernardo added the comment:

I've been thinking about returning a list on "wait_for_any", but that way you 
will not be able to implement "wait_for" using it!

"wait_for" will return False on timeouts while "wait_for_any" will return a 
list with some conditions(evaluates to True).

Also, "wait_for" will show the result of the predicate when there's no timeout. 
It may clash with the boolean value of the list in some cases.

Suggestions?

----------

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

Reply via email to