]> granicus.if.org Git - python/commitdiff
Missing NEWS entry in changeset e1dde980a92c
authorFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 1 Nov 2011 22:47:46 +0000 (23:47 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 1 Nov 2011 22:47:46 +0000 (23:47 +0100)
Misc/NEWS

index 3f1f520fe0296e255fb34b92d74bc4a62312c701..c7637beca09774c83023ebccc80cc8f02de3eb30 100644 (file)
--- 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>``.