Mark Dickinson <[email protected]> added the comment: 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8613> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
