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, skrah
Date 2010-05-01.14:12:12
SpamBayes Score 0.00017506098
Marked as misclassified No
Message-id <1272723137.48.0.495704841749.issue8567@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a quick fix for Decimal._fix, that just makes sure that it raises exceptions in the appropriate order.

I'll also try to apply the check_precedence methodology included in this patch to every single testcase.  I don't think it's reasonable to add this testing to the test-suite, though:  test_decimal is slow enough as it is.
History
Date User Action Args
2010-05-01 14:12:17mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, skrah
2010-05-01 14:12:17mark.dickinsonsetmessageid: <1272723137.48.0.495704841749.issue8567@psf.upfronthosting.co.za>
2010-05-01 14:12:15mark.dickinsonlinkissue8567 messages
2010-05-01 14:12:15mark.dickinsoncreate