commit | 6cc16bec17e25c69741bb039f089b4bd57feb76a | [log] [tgz] |
---|---|---|
author | Jack Diederich <jackdied@gmail.com> | Thu Sep 21 20:38:39 2006 +0000 |
committer | Jack Diederich <jackdied@gmail.com> | Thu Sep 21 20:38:39 2006 +0000 |
tree | c228e84009b77c7768c0344759c80b0b6d7a20a8 | |
parent | 187e64806fca812453f6864b2bd6428c03c2c1a5 [diff] [blame] |
added itertools.count(-n) fix
diff --git a/Misc/NEWS b/Misc/NEWS index d3e9852..5a539db 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -14,6 +14,11 @@ - 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) ================================