]> granicus.if.org Git - python/commit
Issue #2801: fix bug in float.is_integer where ValueError
authorMark Dickinson <dickinsm@gmail.com>
Fri, 9 May 2008 16:14:15 +0000 (16:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 9 May 2008 16:14:15 +0000 (16:14 +0000)
commite81c3760807215a65a69c20701631ee0b8ad774b
treeca831b75c2baf8d6bd7b69d4675c039bd4f93b8c
parent17433d206c1a705c8dad9a52d33c5546dc069e42
Issue #2801: fix bug in float.is_integer where ValueError
could be incorrectly raised.  This is a backport of the
Py3k fix in r62939.  (Should really have been fixed
in the trunk first and svnmerged into py3k.)
Misc/NEWS
Objects/floatobject.c