summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-18 16:02:59 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-18 16:02:59 (GMT)
commit304261e85dd494b3b18779217d6753bb2939c512 (patch)
tree358a0d8f0ef128f804c38e4692daea7d07a63655 /Misc
parentdef4728fd65535c0502fc7e8297d99aead7568a2 (diff)
parent15cb48923449bdd1325a7736a5f9bb73c8529cec (diff)
downloadcpython-304261e85dd494b3b18779217d6753bb2939c512.zip
cpython-304261e85dd494b3b18779217d6753bb2939c512.tar.gz
cpython-304261e85dd494b3b18779217d6753bb2939c512.tar.bz2
#13358: merge with 3.2.
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 4bf4666..0a1c67b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -377,6 +377,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.