[issue1514428] NaN comparison in Decimal broken

2008-02-06 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed for Python 2.6 in r60630. -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ ___

[issue1514428] NaN comparison in Decimal broken

2008-02-01 Thread Mark Dickinson
Mark Dickinson added the comment: See issue #1979 for a possible fix. _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsub

[issue1514428] NaN comparison in Decimal broken

2008-01-07 Thread Mark Dickinson
Mark Dickinson added the comment: It seems likely that Decimal is going to grow rich comparisons anyway, either as a result of PEP 3141 or as a result of removal of __cmp__. Given this, would there be any objections to making comparisons do the right thing (in the sense of IEEE-754) for NaNs?