]> granicus.if.org Git - python/commit
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 16 Jan 2010 10:44:00 +0000 (10:44 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 16 Jan 2010 10:44:00 +0000 (10:44 +0000)
commit476279f18b1bbcc5939f6bb7a10dd937c933cfb3
tree9a4f840b7f56e536ba736d5a46079f5a65a7285b
parented44dfa4c7dd03488da6e23c9901af7185af8302
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
Also remove some now unused variables, and add comments clarifying the
possible outputs of the parsing section of _Py_dg_strtod.  Thanks
Eric Smith for reviewing.
Lib/test/test_strtod.py
Misc/NEWS
Python/dtoa.c