On Thu, May 8, 2014 at 1:34 AM, Christian Heimes <christ...@python.org> wrote:
> hash(0) == hash(0.0) and 0 == 0.0

In theory, the former should be implied by the latter. Any deviation
from that is a bug in __hash__ for the two objects.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to