added itertools.count(-n) fix

This commit is contained in:
Jack Diederich 2006-09-21 20:38:39 +00:00
parent 187e64806f
commit 6cc16bec17
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ Core and builtins
- Allow exception instances to be directly sliced again. - 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) What's New in Python 2.5 (final)
================================ ================================