Issue #2801: fix bug in float.is_integer where ValueError
commit50d0437a3f503730a1e33afb1a7504ce8a22eb59
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 9 May 2008 16:14:15 +0000 (9 16:14 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 9 May 2008 16:14:15 +0000 (9 16:14 +0000)
treefe1036d9fd0849c4f10f60689b3d6a784d07c734
parent677e75306524454a9f61a9300f7c4c712ab5c9c4
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.)

git-svn-id: http://svn.python.org/projects/python/trunk@62943 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/NEWS
Objects/floatobject.c