Roundup Tracker - Issues

Message2061

Author gtegos
Recipients
Date 2006-01-25.07:47:42
Message-id
In-reply-to
Logged In: YES 
user_id=464497

The above patch correctly implements the OR behaviour and 
does not have any problems with backwards compatibiltiy as 
it is almost sure no one was using this feature, because 
the matching with a list of values in an AND mode (value == 
1 and value == 2) always fails. 

Using the OR semantics is useful, simple as a patch, and 
ressembles the Pythonic "value in list" boolean expression.

Of course the NOT opertaor is still missing, but that is 
another issue. 
History
Date User Action Args
2009-02-03 14:21:30adminlinkissue1373396 messages
2009-02-03 14:21:30admincreate