diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-04 23:40:52 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-04 23:40:52 (GMT) |
commit | 6597aa16b6044d8b5e31e176fed1865471499f08 (patch) | |
tree | 26e7b7405fa3ec9e394b80dd368cc367d8662b95 /Misc | |
parent | 260fbe80c5bd3611ae9e896a3c4714527667aece (diff) | |
parent | 54ad7e39dfe429795cc908a9a03a94c485c87cc2 (diff) | |
download | cpython-6597aa16b6044d8b5e31e176fed1865471499f08.zip cpython-6597aa16b6044d8b5e31e176fed1865471499f08.tar.gz cpython-6597aa16b6044d8b5e31e176fed1865471499f08.tar.bz2 |
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ Core and Builtins Library ------- +- Issue #18347: ElementTree's html serializer now preserves the case of + closing tags. + - Issue #17261: Ensure multiprocessing's proxies use proper address. - Issue #18343: faulthandler.register() now keeps the previous signal handler |