summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-21 13:09:24 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-21 13:09:24 (GMT)
commit0217c958f2a16a56433f73284f0ff16bd211a2f3 (patch)
treef8c3cb49f4d002599efd9d08aa84574973f8784a /Misc
parenta0dc275f08b683193b5f64fd0859106cefcf3bf6 (diff)
downloadcpython-0217c958f2a16a56433f73284f0ff16bd211a2f3.zip
cpython-0217c958f2a16a56433f73284f0ff16bd211a2f3.tar.gz
cpython-0217c958f2a16a56433f73284f0ff16bd211a2f3.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 1fbf7c1..7da91e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6.6 alpha 1?
Core and Builtins
-----------------
+- Issue #7820: The parser tokenizer restores all bytes in the right if
+ the BOM check fails.
+
Library
-------