]> granicus.if.org Git - python/commit
Fix off-by-one error introduced in r77483. I have a test for this, but it currently...
authorMark Dickinson <dickinsm@gmail.com>
Thu, 14 Jan 2010 13:02:36 +0000 (13:02 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 14 Jan 2010 13:02:36 +0000 (13:02 +0000)
commit03774fac622e35a4fa16901b0de181707effd930
treeacd7bff0bb75dd32663cf019a018597b5fa8bdbc
parentd234208588ed84e97d95df294f33e4426211682c
Fix off-by-one error introduced in r77483.  I have a test for this, but it currently fails due to a different dtoa.c bug;  I'll add the test once that bug is fixed.
Python/dtoa.c