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 rhettinger
Recipients mark.dickinson, rhettinger, skrah
Date 2009-10-07.17:04:39
SpamBayes Score 0.011341712
Marked as misclassified No
Message-id <1254935081.93.0.00769669827497.issue7048@psf.upfronthosting.co.za>
In-reply-to
Content
Mike's response makes sense to me.  If the precision is 2, the result
should round to that precision.  The documents showing the theory behind
the decimal spec indicate that in general mathematical operations are
exact, only the results get rounded.   Also IIRC, the use of
InvalidOperation is limited to the mathematical part, not the rounding step.
History
Date User Action Args
2009-10-07 17:04:42rhettingersetrecipients: + rhettinger, mark.dickinson, skrah
2009-10-07 17:04:41rhettingersetmessageid: <1254935081.93.0.00769669827497.issue7048@psf.upfronthosting.co.za>
2009-10-07 17:04:40rhettingerlinkissue7048 messages
2009-10-07 17:04:39rhettingercreate