diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-01 22:31:09 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-01 22:31:09 (GMT) |
commit | 91d5193b3ad208f359107512ff12a416c9dbec3b (patch) | |
tree | 3868c3e9f202850439d6ec606b00eed3db499530 /Misc | |
parent | c1e73c30e98c9b59460d0f963a391a08156286e5 (diff) | |
download | cpython-91d5193b3ad208f359107512ff12a416c9dbec3b.zip cpython-91d5193b3ad208f359107512ff12a416c9dbec3b.tar.gz cpython-91d5193b3ad208f359107512ff12a416c9dbec3b.tar.bz2 |
Closes #2892: preserve iterparse events in case of SyntaxError.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,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>``. |