diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-03 00:18:49 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-03 00:18:49 (GMT) |
commit | 6aa278ee53647ceb63cfe5ce6c1a07b0e10cdf90 (patch) | |
tree | 65869670ffa843e5bfe9253d01e854e6661501fc /Misc | |
parent | 683a7e7c1859b13af797e3fd16e1df0c911be2be (diff) | |
download | cpython-6aa278ee53647ceb63cfe5ce6c1a07b0e10cdf90.zip cpython-6aa278ee53647ceb63cfe5ce6c1a07b0e10cdf90.tar.gz cpython-6aa278ee53647ceb63cfe5ce6c1a07b0e10cdf90.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1? 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 |