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

index 484c857b55aef3dc1234f85ddbb03a4a70f31047..f0d78da2123b14d5a8f0c9419270c1e17dceb1be 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,8 @@ Library
 Extension Modules
 -----------------
 
+- Fix itertools.count(n) to work with negative numbers again.
+
 - RLIMIT_SBSIZE was added to the resource module where available.
 
 - Bug #1551427: fix a wrong NULL pointer check in the win32 version