From 6cc16bec17e25c69741bb039f089b4bd57feb76a Mon Sep 17 00:00:00 2001 From: Jack Diederich Date: Thu, 21 Sep 2006 20:38:39 +0000 Subject: [PATCH] added itertools.count(-n) fix --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index d3e9852707e..5a539db3273 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) ================================