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-09.11:45:38
SpamBayes Score 0.2058486
Marked as misclassified No
Message-id <1273405540.58.0.46712905704.issue8613@psf.upfronthosting.co.za>
In-reply-to
Content
Umm.  Please pretend I didn't write this:

> One simple change that might help would be to have all Decimal 
> exceptions derive from a common `DecimalException` superclass, making
> it easier to catch just decimal exceptions in a try-except block.

DecimalException already exists, of course.
History
Date User Action Args
2010-05-09 11:45:40mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, skrah
2010-05-09 11:45:40mark.dickinsonsetmessageid: <1273405540.58.0.46712905704.issue8613@psf.upfronthosting.co.za>
2010-05-09 11:45:38mark.dickinsonlinkissue8613 messages
2010-05-09 11:45:38mark.dickinsoncreate