commit | d10a0f776602cc43491b77b7daa68d55bc340ad6 | [log] [tgz] |
---|---|---|
author | Jack Diederich <jackdied@gmail.com> | Thu Sep 21 20:34:49 2006 +0000 |
committer | Jack Diederich <jackdied@gmail.com> | Thu Sep 21 20:34:49 2006 +0000 |
tree | 1da223cde9286d2c25c72769f5ccef8e3c746dc1 | |
parent | 36234e8f6632673ed13658798307ff487d7a7f6a [diff] |
added itertools.count(-n) fix
diff --git a/Misc/NEWS b/Misc/NEWS index 484c857..f0d78da 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -69,6 +69,8 @@ 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