summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-04 23:39:49 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-04 23:39:49 (GMT)
commit54ad7e39dfe429795cc908a9a03a94c485c87cc2 (patch)
tree453c78e1fa5cd4f12bd09314a418f9df238a1f34 /Misc
parentbe9c8414945dc15c079d07a0b84597142ea41511 (diff)
downloadcpython-54ad7e39dfe429795cc908a9a03a94c485c87cc2.zip
cpython-54ad7e39dfe429795cc908a9a03a94c485c87cc2.tar.gz
cpython-54ad7e39dfe429795cc908a9a03a94c485c87cc2.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 515cb8d..d0f2462 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,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