summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-03 00:22:21 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-03 00:22:21 (GMT)
commit151205f24f83f9dd538050912614848258e0f9d8 (patch)
treece0e30f99d405e707f784be6cd22417040ae0ba2 /Misc
parent117ff17da3d032f10019be534d94be802702cd45 (diff)
downloadcpython-151205f24f83f9dd538050912614848258e0f9d8.zip
cpython-151205f24f83f9dd538050912614848258e0f9d8.tar.gz
cpython-151205f24f83f9dd538050912614848258e0f9d8.tar.bz2
Merged revisions 78608 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78608 | victor.stinner | 2010-03-03 01:18:49 +0100 (mer., 03 mars 2010) | 12 lines Merged revisions 78603 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78603 | victor.stinner | 2010-03-03 00:20:02 +0100 (mer., 03 mars 2010) | 5 lines Issue #7820: The parser tokenizer restores all bytes in the right if the BOM check fails. Fix an assertion in pydebug mode. ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68619ea..361a8a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.1.2?
Core and Builtins
-----------------
+- Issue #7820: The parser tokenizer restores all bytes in the right if
+ the BOM check fails.
+
- Handle errors from looking up __prepare__ correctly.
- Issue #5939: Add additional runtime checking to ensure a valid capsule