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.13:55:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Traps should be set on signals, not conditions. 
decimal.Signals in the implementation is actually
listing conditions.

The attached patch brings the implementation into line
with the spec & PEP 327.  decimal.Signals is changed to
list signals, not conditions. Context._raise_error is
modified to handle signals properly.

19 tests fail in test_decimal.py, but I'm not sure how
to fix it.
History
Date User Action Args
2007-08-23 15:38:33adminlinkissue987300 messages
2007-08-23 15:38:33admincreate