summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-04-30 19:47:09 (GMT)
committerGeorg Brandl <georg@python.org>2008-04-30 19:47:09 (GMT)
commit28e0873f1f89d0d80ab64fabeb805de813ec08e4 (patch)
tree71a2fbd6c280bdbf02c17acdb45a8c815f8dd8f4 /Misc
parent46d6b689b224ecd8cc46beb3d069361cc68a9f38 (diff)
downloadcpython-28e0873f1f89d0d80ab64fabeb805de813ec08e4.zip
cpython-28e0873f1f89d0d80ab64fabeb805de813ec08e4.tar.gz
cpython-28e0873f1f89d0d80ab64fabeb805de813ec08e4.tar.bz2
#2719: backport next() from 3k.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 501a164..34bdb9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 3?
Core and builtins
-----------------
+- Issue #2719: backported the ``next()`` builtin from Python 3.
+
- Issue #2681: The octal literal ``0o8`` was incorrecly acctepted. Now it
properly raises a SyntaxError.