summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-04 23:41:30 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-04 23:41:30 (GMT)
commit20d46692fc95dfa4719131a3b3ce2fdaee77f280 (patch)
tree03298ecb59f665d45526665af299c6f48992127d /Misc
parent0c503c2c7f788beb486c3edf8f7232bcff2f3f08 (diff)
downloadcpython-20d46692fc95dfa4719131a3b3ce2fdaee77f280.zip
cpython-20d46692fc95dfa4719131a3b3ce2fdaee77f280.tar.gz
cpython-20d46692fc95dfa4719131a3b3ce2fdaee77f280.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 fec41b7..8114b69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,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 #17097: Make multiprocessing ignore EINTR.