On Fri, 29 Jun 2007 00:47:16 -0300
"Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> __hash__ and equality tests are used by the dictionary
> implementation, and the default implementation is OK for immutable
> objects. 

That is probably why inf == inf yields True.
In this unique case, I do not like the default implementation.

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

Reply via email to