mirror of https://github.com/python/cpython
added itertools.count(-n) fix
This commit is contained in:
parent
187e64806f
commit
6cc16bec17
|
@ -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)
|
||||||
================================
|
================================
|
||||||
|
|
Loading…
Reference in New Issue