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.15:06:05
SpamBayes Score 0.12543575
Marked as misclassified No
Message-id <1272726368.37.0.831411413945.issue8567@psf.upfronthosting.co.za>
In-reply-to
Content
Better patch, that checks exception precedence for every test case when EXTENDEDERRORTEST is defined.  With this patch, I get 11 test failures in test_decimal (down from 50 test failures before the Decimal._fix fix).

Now we just have to track down the remaining wrongly ordered exceptions...
History
Date User Action Args
2010-05-01 15:06:08mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, skrah
2010-05-01 15:06:08mark.dickinsonsetmessageid: <1272726368.37.0.831411413945.issue8567@psf.upfronthosting.co.za>
2010-05-01 15:06:06mark.dickinsonlinkissue8567 messages
2010-05-01 15:06:06mark.dickinsoncreate