Mike Meyer <[EMAIL PROTECTED]> writes:
> > I'd say a==b doesn't necessarily mean a and b have the same value.
> Care to say what it does mean (as opposed to what it doesn't mean), then?

a==b simply means that a.__eq__(b) returns True.  
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to