diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-21 13:09:24 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-21 13:09:24 (GMT) |
commit | 0217c958f2a16a56433f73284f0ff16bd211a2f3 (patch) | |
tree | f8c3cb49f4d002599efd9d08aa84574973f8784a /Misc | |
parent | a0dc275f08b683193b5f64fd0859106cefcf3bf6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |