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 martin.panter
Recipients eric.smith, ezio.melotti, mark.dickinson, martin.panter, rhettinger, scoder, serhiy.storchaka, skrah, tuomas.suutari, wolma
Date 2015-03-31.05:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427779792.31.0.891879983037.issue23602@psf.upfronthosting.co.za>
In-reply-to
Content
I understand double rounding to mean incorrectly rounding something like 0.149999 up to 0.2. It should be rounded once to 1 decimal place (0.1). If you temporarily round it to a higher number of places before rounding to 1 place, you’re doing it wrong. So you might have to ensure that any rounding done before formatting step exactly matches the rounding specified in the formatting.
History
Date User Action Args
2015-03-31 05:29:52martin.pantersetrecipients: + martin.panter, rhettinger, mark.dickinson, scoder, eric.smith, ezio.melotti, skrah, serhiy.storchaka, wolma, tuomas.suutari
2015-03-31 05:29:52martin.pantersetmessageid: <1427779792.31.0.891879983037.issue23602@psf.upfronthosting.co.za>
2015-03-31 05:29:52martin.panterlinkissue23602 messages
2015-03-31 05:29:52martin.pantercreate