diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-18 16:02:59 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-18 16:02:59 (GMT) |
commit | 304261e85dd494b3b18779217d6753bb2939c512 (patch) | |
tree | 358a0d8f0ef128f804c38e4692daea7d07a63655 /Misc | |
parent | def4728fd65535c0502fc7e8297d99aead7568a2 (diff) | |
parent | 15cb48923449bdd1325a7736a5f9bb73c8529cec (diff) | |
download | cpython-304261e85dd494b3b18779217d6753bb2939c512.zip cpython-304261e85dd494b3b18779217d6753bb2939c512.tar.gz cpython-304261e85dd494b3b18779217d6753bb2939c512.tar.bz2 |
#13358: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |