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-10-03.13:30:50
SpamBayes Score 0.0017293823
Marked as misclassified No
Message-id <1254576656.46.0.369353081628.issue7046@psf.upfronthosting.co.za>
In-reply-to
Content
In many cases, decimal.py sets InvalidOperation instead of
DivisionImpossible or DivisionUndefined.

Mark, could I persuade you to isolate these cases by running a modified
deccheck2.py from mpdecimal (See attachment), which does not suppress
differences in the division functions?
History
Date User Action Args
2009-10-03 13:30:56skrahsetrecipients: + skrah, mark.dickinson
2009-10-03 13:30:56skrahsetmessageid: <1254576656.46.0.369353081628.issue7046@psf.upfronthosting.co.za>
2009-10-03 13:30:54skrahlinkissue7046 messages
2009-10-03 13:30:54skrahcreate