summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-18 16:01:49 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-18 16:01:49 (GMT)
commit15cb48923449bdd1325a7736a5f9bb73c8529cec (patch)
treeea68bd3978d6449acc9a3b7c65972922f6706ced /Misc
parent8008f2aba0c063a882c33ebd4b39a5a560deb8c0 (diff)
downloadcpython-15cb48923449bdd1325a7736a5f9bb73c8529cec.zip
cpython-15cb48923449bdd1325a7736a5f9bb73c8529cec.tar.gz
cpython-15cb48923449bdd1325a7736a5f9bb73c8529cec.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 8a82b09..513984d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,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.