Issue631047

classification
Title: %e formatting of float fails.
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn, pedronis
Priority: normal Keywords:

Created on 2002-10-30.14:08:57 by bckfnn, last changed 2004-01-27.14:13:14 by pedronis.

Messages
msg783 (view) Author: Finn Bock (bckfnn) Date: 2002-10-30.14:08:57
Jython 2.1+ on java1.4.0 (JIT: null)
Type "copyright", "credits" or "license" for more
information.
>>> "%.e" % 1000
'10e+002'

The output should likely be 1e+003.

Added as test377
msg784 (view) Author: Samuele Pedroni (pedronis) Date: 2004-01-27.14:13:14
Logged In: YES 
user_id=61408

fixed by patch #863233.
History
Date User Action Args
2002-10-30 14:08:57bckfnncreate