Fredrik Bertilsson wrote:
I am trying to overload the "and" operatior, but my __and__ method is
never called.

__and__ overloads the "&" operator. The "and" keyword cannot be overloaded.

--
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to