summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 58fd955..12522db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 beta 1?
Core and Builtins
-----------------
+- Issue #2801: fix bug in the float.is_integer method where a ValueError
+ was sometimes incorrectly raised.
+
- Issue #2790: sys.flags was not properly exposing its bytes_warning attribute.
Extension Modules