diff options
author | Georg Brandl <georg@python.org> | 2008-04-30 19:47:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-04-30 19:47:09 (GMT) |
commit | 28e0873f1f89d0d80ab64fabeb805de813ec08e4 (patch) | |
tree | 71a2fbd6c280bdbf02c17acdb45a8c815f8dd8f4 /Misc | |
parent | 46d6b689b224ecd8cc46beb3d069361cc68a9f38 (diff) | |
download | cpython-28e0873f1f89d0d80ab64fabeb805de813ec08e4.zip cpython-28e0873f1f89d0d80ab64fabeb805de813ec08e4.tar.gz cpython-28e0873f1f89d0d80ab64fabeb805de813ec08e4.tar.bz2 |
#2719: backport next() from 3k.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |