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 goodger
Recipients
Date 2004-07-08.14:06:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=7733

It's a start.  The docs would also need changes to explain
the difference between signals and conditions, and how to
enable traps.

A boolean "signal" attribute on exceptions may help.  Set
DecimalException.signal to False, set .signal on individual
signal exceptions to True, and .signal on InvalidOperation
subclasses to False.
History
Date User Action Args
2007-08-23 15:38:33adminlinkissue987300 messages
2007-08-23 15:38:33admincreate