diff options
author | Jack Diederich <jackdied@gmail.com> | 2006-09-21 20:34:49 (GMT) |
---|---|---|
committer | Jack Diederich <jackdied@gmail.com> | 2006-09-21 20:34:49 (GMT) |
commit | d10a0f776602cc43491b77b7daa68d55bc340ad6 (patch) | |
tree | 1da223cde9286d2c25c72769f5ccef8e3c746dc1 /Misc | |
parent | 36234e8f6632673ed13658798307ff487d7a7f6a (diff) | |
download | cpython-d10a0f776602cc43491b77b7daa68d55bc340ad6.zip cpython-d10a0f776602cc43491b77b7daa68d55bc340ad6.tar.gz cpython-d10a0f776602cc43491b77b7daa68d55bc340ad6.tar.bz2 |
added itertools.count(-n) fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |