summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-04 23:40:52 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-04 23:40:52 (GMT)
commit6597aa16b6044d8b5e31e176fed1865471499f08 (patch)
tree26e7b7405fa3ec9e394b80dd368cc367d8662b95 /Misc
parent260fbe80c5bd3611ae9e896a3c4714527667aece (diff)
parent54ad7e39dfe429795cc908a9a03a94c485c87cc2 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc50537..f3a099d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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