]> granicus.if.org Git - python/commit
Issue 7632: fix incorrect rounding for long input strings with values very close...
authorMark Dickinson <dickinsm@gmail.com>
Thu, 14 Jan 2010 14:40:20 +0000 (14:40 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 14 Jan 2010 14:40:20 +0000 (14:40 +0000)
commitf8747c1f12577a4198d47f28eaf89a2983a13261
treecdb584b89986d028db208b6efa132bbf19669be1
parent50b60c612e7eca3f815d362190ddb80a21a6d820
Issue 7632:  fix incorrect rounding for long input strings with values very close to a power of 2.  (See Bug 4 in the tracker discussion.)
Python/dtoa.c