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 mark.dickinson, rhettinger, skrah
Date 2010-12-08.14:36:13
SpamBayes Score 0.13539243
Marked as misclassified No
Message-id <1291818977.61.0.311315912409.issue10650@psf.upfronthosting.co.za>
In-reply-to
Content
NaNs, however, are decapitated:

>>> x = Decimal("NaN5357671565858315212612021522416387828577")
>>> y = 0
>>> x.quantize(y, watchexp=0)
Decimal('NaN8315212612021522416387828577')
History
Date User Action Args
2010-12-08 14:36:17skrahsetrecipients: + skrah, rhettinger, mark.dickinson
2010-12-08 14:36:17skrahsetmessageid: <1291818977.61.0.311315912409.issue10650@psf.upfronthosting.co.za>
2010-12-08 14:36:13skrahlinkissue10650 messages
2010-12-08 14:36:13skrahcreate