Add NEWS entry for #2831.

This commit is contained in:
Georg Brandl 2008-05-14 06:34:15 +00:00
parent ee365b9f92
commit bd85eb1167

View file

@ -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.