commit | c4a11bd1d5959118a4cbbcc4b014fef0fd6eed6c | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Tue Nov 01 23:47:46 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Tue Nov 01 23:47:46 2011 +0100 |
tree | 421cd280d2f99fbb130fa3916acb6c268c2c6be9 | |
parent | 0965ee213e079a84686a6cfd1ada125f0ff8d575 [diff] [blame] |
Missing NEWS entry in changeset e1dde980a92c
diff --git a/Misc/NEWS b/Misc/NEWS index 3f1f520..c7637be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,6 +74,8 @@ 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>``.