]> granicus.if.org Git - python/commit
Issue #5864: Fix problem with empty code formatting for floats,
authorMark Dickinson <dickinsm@gmail.com>
Wed, 29 Apr 2009 18:47:07 +0000 (18:47 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 29 Apr 2009 18:47:07 +0000 (18:47 +0000)
commitd3ca55715028ac22981dadd3e4d9e61180f6e8bf
tree5ea324014421cb0a7626a7411aaf492ff2bb4a1e
parentb507d2e07d19692df25a07c82f6d96ff1e4b4313
Issue #5864: Fix problem with empty code formatting for floats,
where a bogus trailing zero could be added.
Lib/test/formatfloat_testcases.txt
Lib/test/test_float.py
Misc/NEWS
Python/pystrtod.c