summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-18 16:00:40 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-18 16:00:40 (GMT)
commit00dc60beee3bf4b68fd658716616f25503a3a9eb (patch)
treef229f62cf4c74e6692181a0cc91a1fc12fd06e63 /Misc
parent93bbb6a9a641d54c242651e97948c15be911c9bb (diff)
downloadcpython-00dc60beee3bf4b68fd658716616f25503a3a9eb.zip
cpython-00dc60beee3bf4b68fd658716616f25503a3a9eb.tar.gz
cpython-00dc60beee3bf4b68fd658716616f25503a3a9eb.tar.bz2
#13358: HTMLParser now calls handle_data only once for each CDATA.
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 da67838..1ed049c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Core and Builtins
Library
-------
+- Issue #13358: HTMLParser now calls handle_data only once for each CDATA.
+
- Issue #4147: minidom's toprettyxml no longer adds whitespace around a text
node when it is the only child of an element. Initial patch by Dan
Kenigsberg.