diff options
author | Georg Brandl <georg@python.org> | 2008-05-14 06:34:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-14 06:34:15 (GMT) |
commit | bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b (patch) | |
tree | 4d123dbda84e37a470d671d04d0f3d3bd338e0ce | |
parent | ee365b9f928e483fb13275a8986a3802ec7e8d1d (diff) | |
download | cpython-bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b.zip cpython-bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b.tar.gz cpython-bd85eb11674fabe3710d44b4f51cb59ab9c3cd4b.tar.bz2 |
Add NEWS entry for #2831.
-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. |