[Python-checkins] r51954 - python/branches/release25-maint/Misc/NEWS

jack.diederich python-checkins at python.org
Thu Sep 21 22:38:40 CEST 2006


Author: jack.diederich
Date: Thu Sep 21 22:38:39 2006
New Revision: 51954

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
added itertools.count(-n) fix

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Thu Sep 21 22:38:39 2006
@@ -14,6 +14,11 @@
 
 - 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)
 ================================


More information about the Python-checkins mailing list