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 docs@python, jeroen1225, mark.dickinson, rhettinger, skrah
Date 2014-07-08.04:47:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404794863.45.0.217602981489.issue21929@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the FAQ in the decimal docs shows how to round Decimal objects using the quantize() method:  https://docs.python.org/2.7/library/decimal.html#decimal-faq

Unfortunately, only it Python 3 does the one-obvious-way-to-do-it work.
History
Date User Action Args
2014-07-08 04:47:43rhettingersetrecipients: + rhettinger, mark.dickinson, skrah, docs@python, jeroen1225
2014-07-08 04:47:43rhettingersetmessageid: <1404794863.45.0.217602981489.issue21929@psf.upfronthosting.co.za>
2014-07-08 04:47:43rhettingerlinkissue21929 messages
2014-07-08 04:47:42rhettingercreate