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 mark.dickinson
Recipients amaury.forgeotdarc, christian.heimes, eric.smith, gvanrossum, mark, mark.dickinson
Date 2008-02-18.19:44:41
SpamBayes Score 0.045537855
Marked as misclassified No
Message-id <1203363882.91.0.165779734812.issue1600@psf.upfronthosting.co.za>
In-reply-to
Content
I know I'm coming a bit late to this discussion, but I wanted to point
out that the C99 standard does actually specify how many digits should
be in the exponent of a "%e"-formatted number:

In section 7.19.6, in the documentation for fprintf, it says:

"The exponent always contains at least two digits, and only as many more
digits as necessary to represent the exponent."

Not that that's necessarily a reason for Python to do the same :)
History
Date User Action Args
2008-02-18 19:44:43mark.dickinsonsetspambayes_score: 0.0455379 -> 0.045537855
recipients: + mark.dickinson, gvanrossum, amaury.forgeotdarc, eric.smith, christian.heimes, mark
2008-02-18 19:44:42mark.dickinsonsetspambayes_score: 0.0455379 -> 0.0455379
messageid: <1203363882.91.0.165779734812.issue1600@psf.upfronthosting.co.za>
2008-02-18 19:44:42mark.dickinsonlinkissue1600 messages
2008-02-18 19:44:41mark.dickinsoncreate