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, rhettinger
Date 2008-07-26.08:46:15
SpamBayes Score 0.02233248
Marked as misclassified No
Message-id <1217061978.31.0.856819336511.issue3449@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the changes needed here are even more minor than I thought.

The decimal module already does the right thing with respect to
the new specification and the new tests.  So all that needs doing is
to replace the old tests with the new ones.  No changes to decimal.py
or test_decimal.py are necessary.

Here's a patch.
History
Date User Action Args
2008-07-26 08:46:18mark.dickinsonsetspambayes_score: 0.0223325 -> 0.02233248
recipients: + mark.dickinson, rhettinger, facundobatista
2008-07-26 08:46:18mark.dickinsonsetspambayes_score: 0.0223325 -> 0.0223325
messageid: <1217061978.31.0.856819336511.issue3449@psf.upfronthosting.co.za>
2008-07-26 08:46:17mark.dickinsonlinkissue3449 messages
2008-07-26 08:46:15mark.dickinsoncreate