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-07-24.16:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374682716.28.0.505473751872.issue18078@psf.upfronthosting.co.za>
In-reply-to
Content
> 1) It should check all predicates.
OK. Maybe later there could be an option for customization?

> 2) It should return a list of ready conditions.
OK.

> 3) It should *not* accept a list of conditions.
The list option would be to simplify the "wait" method... Avoiding things like:  {cond: (lambda: True)}

> 4) from_condition() should be removed.
OK. Could the Lock object be made part of the api, then? like "self.lock" instead of "self._lock"

I'm OK with the rest of your post. Will make new patch
History
Date User Action Args
2013-07-24 16:18:36JBernardosetrecipients: + JBernardo, rhettinger, pitrou, neologix, sbt
2013-07-24 16:18:36JBernardosetmessageid: <1374682716.28.0.505473751872.issue18078@psf.upfronthosting.co.za>
2013-07-24 16:18:36JBernardolinkissue18078 messages
2013-07-24 16:18:36JBernardocreate