]> granicus.if.org Git - python/commit
Trim leading zeros from a floating point exponent, per C99. See issue 1600. As...
authorEric Smith <eric@trueblade.com>
Wed, 20 Feb 2008 23:34:22 +0000 (23:34 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 20 Feb 2008 23:34:22 +0000 (23:34 +0000)
commit7ef40bf9c77e0567e4fad656390b0a577f0e2080
treed2357f8d16f0a53ff7c23c76ddd7f73768f6caaf
parente1b8e9c666335d6a392d32b5900d419019ca3936
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).
Lib/test/test_types.py
Misc/NEWS
Python/pystrtod.c