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-06-04.14:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370356740.45.0.95590392442.issue18078@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW, I think it would be better to have wait_for_any() 
> return a list of ready conditions rather than a boolean.

That was the original idea until I realized `wait` and `wait_for` were just specializations of `wait_for_any`.

This can probably be done with another helper function. (BTW: There are 2 commented lines in the patch that can be used to see the ready Conditions). 
Any suggestions?
History
Date User Action Args
2013-06-04 14:39:00JBernardosetrecipients: + JBernardo, rhettinger, pitrou, neologix, sbt
2013-06-04 14:39:00JBernardosetmessageid: <1370356740.45.0.95590392442.issue18078@psf.upfronthosting.co.za>
2013-06-04 14:39:00JBernardolinkissue18078 messages
2013-06-04 14:39:00JBernardocreate