[Python-checkins] r51953 - python/trunk/Misc/NEWS
jack.diederich
python-checkins at python.org
Thu Sep 21 22:34:49 CEST 2006
Author: jack.diederich
Date: Thu Sep 21 22:34:49 2006
New Revision: 51953
Modified:
python/trunk/Misc/NEWS
Log:
added itertools.count(-n) fix
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu Sep 21 22:34:49 2006
@@ -69,6 +69,8 @@
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
More information about the Python-checkins
mailing list