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 eric.smith
Recipients Francis.Nimick, docs@python, eric.smith, mark.dickinson, r.david.murray, serhiy.storchaka
Date 2013-02-20.22:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361400022.46.0.143542687761.issue17259@psf.upfronthosting.co.za>
In-reply-to
Content
Mark is the ultimate authority here, but my recollection is (and a quick scan of the code shows) that half to even rounding is used in all of our float to string conversions. So that includes %f and float.__format__, among others.
History
Date User Action Args
2013-02-20 22:40:22eric.smithsetrecipients: + eric.smith, mark.dickinson, r.david.murray, docs@python, serhiy.storchaka, Francis.Nimick
2013-02-20 22:40:22eric.smithsetmessageid: <1361400022.46.0.143542687761.issue17259@psf.upfronthosting.co.za>
2013-02-20 22:40:22eric.smithlinkissue17259 messages
2013-02-20 22:40:22eric.smithcreate