mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
added itertools.count(-n) fix
This commit is contained in:
parent
187e64806f
commit
6cc16bec17
1 changed files with 5 additions and 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)
|
||||
================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue