summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d3e9852707..5a539db327 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,11 @@ Core and builtins
- Allow exception instances to be directly sliced again.
+Extension Modules
+-----------------
+
+- Fix itertools.count(n) to work with negative numbers again.
+
What's New in Python 2.5 (final)
================================