Message2317

Author lycotic
Recipients
Date 2003-12-19.23:27:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fixed a formatting issue where "%.1e" % 10**9 would 
format as "10.0e+008", not "1.0e+009".

This showed up in the CPython test test_fpformat.py
History
Date User Action Args
2008-02-20 17:18:22adminlinkissue863233 messages
2008-02-20 17:18:22admincreate