summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-01 23:47:46 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-01 23:47:46 +0100
commitc4a11bd1d5959118a4cbbcc4b014fef0fd6eed6c (patch)
tree421cd280d2f99fbb130fa3916acb6c268c2c6be9
parent0965ee213e079a84686a6cfd1ada125f0ff8d575 (diff)
downloadcpython-git-c4a11bd1d5959118a4cbbcc4b014fef0fd6eed6c.tar.gz
Missing NEWS entry in changeset e1dde980a92c
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f1f520fe0..c7637beca0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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>``.