diff options
author | Jack Diederich <jackdied@gmail.com> | 2006-09-21 20:38:39 +0000 |
---|---|---|
committer | Jack Diederich <jackdied@gmail.com> | 2006-09-21 20:38:39 +0000 |
commit | 6cc16bec17e25c69741bb039f089b4bd57feb76a (patch) | |
tree | c228e84009b77c7768c0344759c80b0b6d7a20a8 | |
parent | 187e64806fca812453f6864b2bd6428c03c2c1a5 (diff) | |
download | cpython-git-6cc16bec17e25c69741bb039f089b4bd57feb76a.tar.gz |
added itertools.count(-n) fix
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) ================================ |