"Simon Brunning" <[EMAIL PROTECTED]> wrote:

> I'm fairly sure that I know what is going on here - the left hand side
> object is getting first stab at the equality test, and understandably,
> it's saying "Nah". But is there anything that I can do about it?
> 
Not in general, no. If you could, and someone else created a 
NotEqualAnything class with the identical definition to EqualAnything 
except it returns False, then which would win? 

Sorry, but the left hand value wins unless it volunteers otherwise.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to