Re: booleans, hash() and objects having the same value




"Ryszard Szopa" <ryszard.szopa@xxxxxxxxx> wrote in message
news:9cdb261f-b81b-4eca-955a-a9b516eba9d2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
| (Also, it is not completely clear what it means for two Python objects
| to "have the same value".

Objects of different types compare unequal unless provision is made
otherwise.

See http://docs.python.org/ref/comparisons.html for more



.