From: Jack Diederich Date: Thu, 21 Sep 2006 20:34:49 +0000 (+0000) Subject: added itertools.count(-n) fix X-Git-Tag: v2.6a1~2647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d10a0f776602cc43491b77b7daa68d55bc340ad6;p=thirdparty%2FPython%2Fcpython.git added itertools.count(-n) fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 484c857b55ae..f0d78da2123b 100644 --- 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