From: Georg Brandl Date: Wed, 14 May 2008 06:34:15 +0000 (+0000) Subject: Add NEWS entry for #2831. X-Git-Tag: v2.6b1~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for #2831. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8dadbe7298f0..4f0f06a3ed58 100644 --- 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.