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, jaredgrubb, mark.dickinson
Date 2008-03-11.19:35:14
SpamBayes Score 0.0009606824
Marked as misclassified No
Message-id <1205264171.88.0.624752464723.issue2273@psf.upfronthosting.co.za>
In-reply-to
Content
This is a minor annoyance that's tripped me up before as well.  Only 
minor, since it only happens when there's something wrong with 
decimal.py.

The patch looks sound;  I've attached a regenerated version of it 
against the trunk.  (Note that the finish1 -> finish2 bug was already 
fixed in the trunk.)  I think it should be applied, and probably 
backported to 2.5 as well.

Jared, thanks for the report and the patch!  I'm curious to know how you 
encountered this;  if test_decimal is failing for a good reason, then 
there may be a Decimal bug to be fixed.
History
Date User Action Args
2008-03-11 19:36:12mark.dickinsonsetspambayes_score: 0.000960682 -> 0.0009606824
recipients: + mark.dickinson, facundobatista, jaredgrubb
2008-03-11 19:36:11mark.dickinsonsetspambayes_score: 0.000960682 -> 0.000960682
messageid: <1205264171.88.0.624752464723.issue2273@psf.upfronthosting.co.za>
2008-03-11 19:35:16mark.dickinsonlinkissue2273 messages
2008-03-11 19:35:15mark.dickinsoncreate