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-09.17:04:04
SpamBayes Score 6.544919e-05
Marked as misclassified No
Message-id <1252515845.52.0.142476983852.issue6871@psf.upfronthosting.co.za>
In-reply-to
Content
For #1 for floats, 2.6 is in error. This has been fixed in 2.7 (trunk).

For #2, I think float is correct. The PEP says the specifier is:
[[fill]align][sign][#][0][minimumwidth][.precision][type]
so '00' is parsed as minimumwidth=0 with zero-padding specified.
History
Date User Action Args
2009-09-09 17:04:05eric.smithsetrecipients: + eric.smith, mark.dickinson, skrah
2009-09-09 17:04:05eric.smithsetmessageid: <1252515845.52.0.142476983852.issue6871@psf.upfronthosting.co.za>
2009-09-09 17:04:04eric.smithlinkissue6871 messages
2009-09-09 17:04:04eric.smithcreate