On 1/18/06, Jeff Watkins <[EMAIL PROTECTED]> wrote: > It would be *nice* if Python would allow me to use the or operator here, but > it doesn't -- there's no way to trap the operator and create a new predicate > on the fly.
Well, if you want to be hackish there's always: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/384122

