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 eric.smith, mark.dickinson, skrah
Date 2009-09-07.17:52:40
SpamBayes Score 2.055501e-06
Marked as misclassified No
Message-id <1252345962.42.0.980340665793.issue6857@psf.upfronthosting.co.za>
In-reply-to
Content
That is interesting. I'd agree that it's a bug in the PEP. Note that
%-formatting right aligns floats by default:

>>> '%7.0g' % 0.12345
'    0.1'

I'll raise the issue on python-dev.

Eric.
History
Date User Action Args
2009-09-07 17:52:42eric.smithsetrecipients: + eric.smith, mark.dickinson, skrah
2009-09-07 17:52:42eric.smithsetmessageid: <1252345962.42.0.980340665793.issue6857@psf.upfronthosting.co.za>
2009-09-07 17:52:40eric.smithlinkissue6857 messages
2009-09-07 17:52:40eric.smithcreate