Steven D'Aprano writes:

> So paradoxically, that means that "x or y" counts as an and_test
> (obviously!) but also as an or_test, since every and_test also
> counts as an or_test. Here's some crappy ASCII art of a Venn diagram

I think you mean to say that "x and y" counts as an and_test and also
as an or_test.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to