Mark Dickinson <dicki...@gmail.com> added the comment:

Allowed hashing of Decimal('nan') in r79589;  Decimal('snan') continues to 
raise TypeError.

I've also rewritten Decimal.__hash__ a little bit, so that it won't care if 
float('inf') raises an exception.  This will all be much neater if the unified 
numeric hash is applied.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7279>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to