Comment 3 for bug 754999

Revision history for this message
Rik Baeten (rik-baeten) wrote :

Very nice. Thanks for the implementation!

I will play with it out as soon as I find some time.

An idea that pops in my head as I hear filters are always AND-combined: you cannot OR-combine them. But that's a limitation in PCF itself I guess, that pymqi inherits. On the other hand: an OR-statement can be expressed as a combination of AND and NOT statements. So there is always a way around it. I guess it's too complex to let pymqi do that conversion for you, but it would be neat. It's just and idea, so I'm not requesting to implement it. I wouldn't need it at the moment anyhow.