This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JBernardo
Recipients JBernardo, neologix, pitrou, rhettinger, sbt
Date 2013-08-05.00:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375661848.79.0.00989851660229.issue18078@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-08-05 00:17:29JBernardosetrecipients: + JBernardo, rhettinger, pitrou, neologix, sbt
2013-08-05 00:17:28JBernardosetmessageid: <1375661848.79.0.00989851660229.issue18078@psf.upfronthosting.co.za>
2013-08-05 00:17:28JBernardolinkissue18078 messages
2013-08-05 00:17:27JBernardocreate