diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-18 16:01:49 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-18 16:01:49 (GMT) |
commit | 15cb48923449bdd1325a7736a5f9bb73c8529cec (patch) | |
tree | ea68bd3978d6449acc9a3b7c65972922f6706ced /Misc | |
parent | 8008f2aba0c063a882c33ebd4b39a5a560deb8c0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |