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 aubmoon
Recipients aubmoon
Date 2014-02-28.21:53:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393624429.46.0.306499394467.issue20811@psf.upfronthosting.co.za>
In-reply-to
Content
"{:+10.8}".format(0.12345678)

returns

'+0.12345678' (11 chars)

should return

'+.12345678' (10 chars)
History
Date User Action Args
2014-02-28 21:53:49aubmoonsetrecipients: + aubmoon
2014-02-28 21:53:49aubmoonsetmessageid: <1393624429.46.0.306499394467.issue20811@psf.upfronthosting.co.za>
2014-02-28 21:53:49aubmoonlinkissue20811 messages
2014-02-28 21:53:49aubmooncreate