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 cool-RR
Recipients Alexander.Belopolsky, belopolsky, cool-RR, facundobatista, mark.dickinson, rhettinger, skrah, vstinner
Date 2012-09-19.21:36:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348090617.44.0.695582293496.issue14262@psf.upfronthosting.co.za>
In-reply-to
Content
In the example I gave, Decimal is clearly preferred over float. Why would we use float to represent the ratio of the bonus to the client? Why would we risk imprecision there when Decimal provides us with perfect precision?
History
Date User Action Args
2012-09-19 21:36:57cool-RRsetrecipients: + cool-RR, rhettinger, facundobatista, mark.dickinson, belopolsky, vstinner, skrah, Alexander.Belopolsky
2012-09-19 21:36:57cool-RRsetmessageid: <1348090617.44.0.695582293496.issue14262@psf.upfronthosting.co.za>
2012-09-19 21:36:56cool-RRlinkissue14262 messages
2012-09-19 21:36:56cool-RRcreate