commit | 15cb48923449bdd1325a7736a5f9bb73c8529cec | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Nov 18 18:01:49 2011 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Nov 18 18:01:49 2011 +0200 |
tree | ea68bd3978d6449acc9a3b7c65972922f6706ced | |
parent | 8008f2aba0c063a882c33ebd4b39a5a560deb8c0 [diff] [blame] |
#13358: HTMLParser now calls handle_data only once for each CDATA.
diff --git a/Misc/NEWS b/Misc/NEWS index 8a82b09..513984d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -76,6 +76,8 @@ 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.