Fuzzyman wrote:
> Ok... so I'm now assuming that the information about '==' provided by
> the above gentleman *and* that I understand it correctly.
>
> The only confusion in C (which doesn't have classes) is that two list
> (like) objects can't be tested by value - only identity.
>
In C, they are compared(the '==' operator) byte by byte, I don't know
if you interpret that as by value or identity.

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

Reply via email to