mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
added itertools.count(-n) fix
This commit is contained in:
parent
36234e8f66
commit
d10a0f7766
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ Library
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Fix itertools.count(n) to work with negative numbers again.
|
||||||
|
|
||||||
- RLIMIT_SBSIZE was added to the resource module where available.
|
- RLIMIT_SBSIZE was added to the resource module where available.
|
||||||
|
|
||||||
- Bug #1551427: fix a wrong NULL pointer check in the win32 version
|
- Bug #1551427: fix a wrong NULL pointer check in the win32 version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue