]> granicus.if.org Git - python/commitdiff
Add NEWS entry for #2831.
authorGeorg Brandl <georg@python.org>
Wed, 14 May 2008 06:34:15 +0000 (06:34 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 May 2008 06:34:15 +0000 (06:34 +0000)
Misc/NEWS

index 8dadbe7298f09173f1ed113cf5fdddf01661f7e9..4f0f06a3ed58176a6e68eb5df251dc75e1d6bb4a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 beta 1?
 Core and Builtins
 -----------------
 
+- Issue #2831: enumerate() now has a ``start`` argument.
+
 - Issue #2801: fix bug in the float.is_integer method where a ValueError
   was sometimes incorrectly raised.