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 skrah
Recipients BreamoreBoy, aubmoon, eric.smith, mark.dickinson, ned.deily, skrah
Date 2014-03-01.21:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393711046.18.0.494918445241.issue20811@psf.upfronthosting.co.za>
In-reply-to
Content
aubmoon: Would it be a possibility just to use 'f' instead?

>>> "{:+10.7f}".format(1.12345678)
'+1.1234568'
>>> "{:+10.7f}".format(0.12345678)
'+0.1234568'
History
Date User Action Args
2014-03-01 21:57:26skrahsetrecipients: + skrah, mark.dickinson, eric.smith, ned.deily, BreamoreBoy, aubmoon
2014-03-01 21:57:26skrahsetmessageid: <1393711046.18.0.494918445241.issue20811@psf.upfronthosting.co.za>
2014-03-01 21:57:26skrahlinkissue20811 messages
2014-03-01 21:57:26skrahcreate