commit | 91d5193b3ad208f359107512ff12a416c9dbec3b | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Tue Nov 01 23:31:09 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Tue Nov 01 23:31:09 2011 +0100 |
tree | 3868c3e9f202850439d6ec606b00eed3db499530 | |
parent | c1e73c30e98c9b59460d0f963a391a08156286e5 [diff] [blame] |
Closes #2892: preserve iterparse events in case of SyntaxError.
diff --git a/Misc/NEWS b/Misc/NEWS index 657c802..9e7a96c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,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>``.