summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-01 22:31:09 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-01 22:31:09 (GMT)
commit91d5193b3ad208f359107512ff12a416c9dbec3b (patch)
tree3868c3e9f202850439d6ec606b00eed3db499530 /Misc
parentc1e73c30e98c9b59460d0f963a391a08156286e5 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 657c802..9e7a96c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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>``.