Issue863233
Created on 2003-12-19.23:27:40 by lycotic, last changed 2004-01-27.14:18:18 by pedronis.
File name |
Uploaded |
Description |
Edit |
Remove |
patch3
|
lycotic,
2003-12-19.23:27:40
|
|
|
|
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.
|
|
Date |
User |
Action |
Args |
2003-12-19 23:27:40 | lycotic | create | |
|