summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Diederich <jackdied@gmail.com>2006-09-21 20:38:39 +0000
committerJack Diederich <jackdied@gmail.com>2006-09-21 20:38:39 +0000
commit6cc16bec17e25c69741bb039f089b4bd57feb76a (patch)
treec228e84009b77c7768c0344759c80b0b6d7a20a8
parent187e64806fca812453f6864b2bd6428c03c2c1a5 (diff)
downloadcpython-git-6cc16bec17e25c69741bb039f089b4bd57feb76a.tar.gz
added itertools.count(-n) fix
-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)
================================