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 mark.dickinson
Recipients facundobatista, mark.dickinson, ocean-city
Date 2007-09-24.14:51:04
SpamBayes Score 0.01928644
Marked as misclassified No
Message-id <1190645464.57.0.270794073978.issue1182@psf.upfronthosting.co.za>
In-reply-to
Content
There's a bug on line 1341 of decimal.py.  That line currently reads:

otherside = otherside._rescale(exp, context=context)

It should read:

otherside = otherside._rescale(exp, context=context, watchexp=0)
History
Date User Action Args
2007-09-24 14:51:04mark.dickinsonsetspambayes_score: 0.0192864 -> 0.01928644
recipients: + mark.dickinson, facundobatista, ocean-city
2007-09-24 14:51:04mark.dickinsonsetspambayes_score: 0.0192864 -> 0.0192864
messageid: <1190645464.57.0.270794073978.issue1182@psf.upfronthosting.co.za>
2007-09-24 14:51:04mark.dickinsonlinkissue1182 messages
2007-09-24 14:51:04mark.dickinsoncreate