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
Date 2009-04-04.12:23:21
SpamBayes Score 0.00026768452
Marked as misclassified No
Message-id <1238847803.27.0.825340257191.issue5686@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation doesn't agree with the PEP. The docs at
http://docs.python.org/library/string.html#formatstrings just say '' is
the same as 'g'. It does not draw a distinction between exponential and
fixed output.

The PEP has the "at least one digit after the decimal" language. It also
does not draw a distinction between exponential and fixed output.
History
Date User Action Args
2009-04-04 12:23:23eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-04-04 12:23:23eric.smithsetmessageid: <1238847803.27.0.825340257191.issue5686@psf.upfronthosting.co.za>
2009-04-04 12:23:22eric.smithlinkissue5686 messages
2009-04-04 12:23:21eric.smithcreate