diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |