From: Jack Diederich Date: Thu, 21 Sep 2006 20:38:39 +0000 (+0000) Subject: added itertools.count(-n) fix X-Git-Tag: v2.5.1c1~378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cc16bec17e25c69741bb039f089b4bd57feb76a;p=thirdparty%2FPython%2Fcpython.git added itertools.count(-n) fix --- diff --git a/Misc/NEWS b/Misc/NEWS index d3e9852707e4..5a539db3273a 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) ================================