commit | e81c3760807215a65a69c20701631ee0b8ad774b | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri May 09 16:14:15 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri May 09 16:14:15 2008 +0000 |
tree | ca831b75c2baf8d6bd7b69d4675c039bd4f93b8c | |
parent | 17433d206c1a705c8dad9a52d33c5546dc069e42 [diff] |
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.)