"Sybren Stuvel" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> 'is' compares the object's addresses.

It actually compares the objects' integer identifiers.  That happens to be 
the linear memory address for CPython, but not necesarily so for other 
interpreters.

tjr



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

Reply via email to