added itertools.count(-n) fix

This commit is contained in:
Jack Diederich 2006-09-21 20:34:49 +00:00
parent 36234e8f66
commit d10a0f7766
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ Library
Extension Modules
-----------------
- Fix itertools.count(n) to work with negative numbers again.
- RLIMIT_SBSIZE was added to the resource module where available.
- Bug #1551427: fix a wrong NULL pointer check in the win32 version