diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-01 23:47:46 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-01 23:47:46 +0100 |
commit | c4a11bd1d5959118a4cbbcc4b014fef0fd6eed6c (patch) | |
tree | 421cd280d2f99fbb130fa3916acb6c268c2c6be9 | |
parent | 0965ee213e079a84686a6cfd1ada125f0ff8d575 (diff) | |
download | cpython-git-c4a11bd1d5959118a4cbbcc4b014fef0fd6eed6c.tar.gz |
Missing NEWS entry in changeset e1dde980a92c
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ Core and Builtins Library ------- +- Issue #2892: preserve iterparse events in case of SyntaxError. + - Issue #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. |