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-03.18:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370285797.52.0.402641534443.issue18078@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
This code is working quite well on my system, but I'm still not sure if the behavior of multiple predicates is the one other people want. So, for the thread start running again:

- Should it test only the predicates from the awakened Conditions an accept if one of them is true?
- Or any of the predicates must be true (current implementation)?
- Or all of them must be true (less likely, but possible)?

Another option is that we allow the behavior to be configurable.
History
Date User Action Args
2013-06-03 18:56:37JBernardosetrecipients: + JBernardo, rhettinger, pitrou, neologix, sbt
2013-06-03 18:56:37JBernardosetmessageid: <1370285797.52.0.402641534443.issue18078@psf.upfronthosting.co.za>
2013-06-03 18:56:37JBernardolinkissue18078 messages
2013-06-03 18:56:37JBernardocreate