summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-03 00:18:49 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-03 00:18:49 (GMT)
commit6aa278ee53647ceb63cfe5ce6c1a07b0e10cdf90 (patch)
tree65869670ffa843e5bfe9253d01e854e6661501fc /Misc
parent683a7e7c1859b13af797e3fd16e1df0c911be2be (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fddba76..e8f37ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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