This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah
Date 2009-08-28.10:15:03
SpamBayes Score 0.25293595
Marked as misclassified No
Message-id <1251454504.69.0.93743560426.issue6794@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I believe the following comparisons aren't correct:

1:

Decimal("-sNaN63450748854172416").compare_total(Decimal("-sNaN911993"))
==> Decimal('1')

Should be: Decimal('-1') (checked against decNumber)


2:
Decimal("NaN1222222222222").compare_total_mag(Decimal("-NaN999999"))
==> Decimal('-1')

Should be: Decimal('1') (checked against decNumber)
History
Date User Action Args
2009-08-28 10:15:04skrahsetrecipients: + skrah
2009-08-28 10:15:04skrahsetmessageid: <1251454504.69.0.93743560426.issue6794@psf.upfronthosting.co.za>
2009-08-28 10:15:03skrahlinkissue6794 messages
2009-08-28 10:15:03skrahcreate