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
Recipients christian.heimes, gvanrossum, mark
Date 2007-12-17.08:40:57
SpamBayes Score 0.010058631
Marked as misclassified No
Message-id <200712170836.50414.mark@qtrac.eu>
In-reply-to <200712152124.31327.mark@qtrac.eu>
Content
Attached is new version of test_float.py with a few tests to check
str.format() with exponents formats, plus a diff. They test that the
exponent is always 3 digits and that the case of the e in the format is
respected.
Files
File name Uploaded
test_float.diff mark, 2007-12-17.08:40:57
test_float.py mark, 2007-12-17.08:40:57
History
Date User Action Args
2007-12-17 08:40:58marksetspambayes_score: 0.0100586 -> 0.010058631
recipients: + mark, gvanrossum, christian.heimes
2007-12-17 08:40:58marklinkissue1600 messages
2007-12-17 08:40:57markcreate