dmitrey schrieb:
hi all,
is it possible to overload operator "^"? (AFAIK __pow__ overloads **
instead of ^)
Thank you in advance, D.

Did you read the link I gave you for your last question?

It shows __xor__ as special method.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to