summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-14 06:34:15 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-14 06:34:15 (GMT)
commitbd85eb11674fabe3710d44b4f51cb59ab9c3cd4b (patch)
tree4d123dbda84e37a470d671d04d0f3d3bd338e0ce
parentee365b9f928e483fb13275a8986a3802ec7e8d1d (diff)
downloadcpython-bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b.zip
cpython-bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b.tar.gz
cpython-bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b.tar.bz2
Add NEWS entry for #2831.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.