]> granicus.if.org Git - python/commitdiff
added itertools.count(-n) fix
authorJack Diederich <jackdied@gmail.com>
Thu, 21 Sep 2006 20:38:39 +0000 (20:38 +0000)
committerJack Diederich <jackdied@gmail.com>
Thu, 21 Sep 2006 20:38:39 +0000 (20:38 +0000)
Misc/NEWS

index d3e9852707e481e98aad2ffa6716789c394dd4f2..5a539db3273a20576d5e8cafd62c10db1244faa7 100644 (file)
--- 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)
 ================================