From bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 14 May 2008 06:34:15 +0000 Subject: Add NEWS entry for #2831. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8dadbe7..4f0f06a 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. -- cgit v0.12