commit | 7ef40bf9c77e0567e4fad656390b0a577f0e2080 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Wed Feb 20 23:34:22 2008 +0000 |
committer | Eric Smith <eric@trueblade.com> | Wed Feb 20 23:34:22 2008 +0000 |
tree | d2357f8d16f0a53ff7c23c76ddd7f73768f6caaf | |
parent | e1b8e9c666335d6a392d32b5900d419019ca3936 [diff] |
Trim leading zeros from a floating point exponent, per C99. See issue 1600. As far as I know, this only affects Windows. Add float type 'n' to PyOS_ascii_formatd (see PEP 3101 for 'n' description).