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 William McIlhagga
Recipients William McIlhagga
Date 2016-11-16.20:10:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479327059.34.0.959568530383.issue28717@psf.upfronthosting.co.za>
In-reply-to
Content
'%.1f' % 0.25          yields the string '0.2'

'%.1f' % 0.75          yields the string '0.8'

This is wrong.
History
Date User Action Args
2016-11-16 20:10:59William McIlhaggasetrecipients: + William McIlhagga
2016-11-16 20:10:59William McIlhaggasetmessageid: <1479327059.34.0.959568530383.issue28717@psf.upfronthosting.co.za>
2016-11-16 20:10:59William McIlhaggalinkissue28717 messages
2016-11-16 20:10:59William McIlhaggacreate