diff --git a/Misc/NEWS b/Misc/NEWS index 8dadbe7298f..4f0f06a3ed5 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.