commit | 20d46692fc95dfa4719131a3b3ce2fdaee77f280 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Jul 05 01:41:30 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Fri Jul 05 01:41:30 2013 +0200 |
tree | 03298ecb59f665d45526665af299c6f48992127d | |
parent | 0c503c2c7f788beb486c3edf8f7232bcff2f3f08 [diff] [blame] |
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
diff --git a/Misc/NEWS b/Misc/NEWS index fec41b7..8114b69 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Library ------- +- Issue #18347: ElementTree's html serializer now preserves the case of + closing tags. + - Issue #17261: Ensure multiprocessing's proxies use proper address. - Issue #17097: Make multiprocessing ignore EINTR.