summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-05-09 13:55:01 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2008-05-09 13:55:01 (GMT)
commitc4352b061a6d6cb35c4364ccfb827ff6c2715553 (patch)
treedc38653d91a3f131707fc020c50fa18900fd9f4c /Misc
parentb27406c03e662ee33c8d5f48a7478bac93decee8 (diff)
downloadcpython-c4352b061a6d6cb35c4364ccfb827ff6c2715553.zip
cpython-c4352b061a6d6cb35c4364ccfb827ff6c2715553.tar.gz
cpython-c4352b061a6d6cb35c4364ccfb827ff6c2715553.tar.bz2
Issue 2801: fix bug in float.is_integer where ValueError was incorrectly
raised.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32d1b5d..0b58d3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's new in Python 3.0b1?
Core and Builtins
-----------------
+- Issue 2801: fix bug in the float.is_integer method where a ValueError
+ was sometimes incorrectly raised.
+
Extension Modules
-----------------