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

One more consideration:  if Decimal('2.5') == 2.5 is True, should we also 
be fixing the Decimal hash method so that hash(Decimal('2.5')) == 
hash(2.5)?

----------

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

Reply via email to