Issue863233

classification
Title: 10.0e+008 vs. 1.0e+009
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: lycotic, pedronis
Priority: normal Keywords: patch

Created on 2003-12-19.23:27:40 by lycotic, last changed 2004-01-27.14:18:18 by pedronis.

Files
File name Uploaded Description Edit Remove
patch3 lycotic, 2003-12-19.23:27:40
Messages
msg2317 (view) Author: Randy Brown (lycotic) Date: 2003-12-19.23:27:40
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
msg2318 (view) Author: Samuele Pedroni (pedronis) Date: 2004-01-27.14:18:18
Logged In: YES 
user_id=61408

checked in both on the trunk and the newstyle-branch.

Thanks.
History
Date User Action Args
2003-12-19 23:27:40lycoticcreate