Jean-Paul Calderone wrote:

Also boolean xor is the same as !=.

Only if you have booleans. Even without short circuiting,
a boolean xor operator could provide the service of
automatically booling things for you (is that a word?).

Jean-Paul
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to