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 skrah
Recipients mark.dickinson, skrah
Date 2009-11-30.12:50:21
SpamBayes Score 3.3642077e-06
Marked as misclassified No
Message-id <1259585422.64.0.481229566798.issue7046@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that it might add confusion. In the C-module,I currently
do this:

>>> Decimal(0) / 0
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
cdecimal.InvalidOperation: [<class 'cdecimal.DivisionUndefined'>]


But since you already have a detailed error message, this doesn't
seem necessary for decimal.py.

Close this one?
History
Date User Action Args
2009-11-30 12:50:22skrahsetrecipients: + skrah, mark.dickinson
2009-11-30 12:50:22skrahsetmessageid: <1259585422.64.0.481229566798.issue7046@psf.upfronthosting.co.za>
2009-11-30 12:50:21skrahlinkissue7046 messages
2009-11-30 12:50:21skrahcreate