summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-09-19 05:19:12 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-09-19 05:19:12 (GMT)
commitc90111f9ab617a1dbdde8952a4b81e6eecc36e7c (patch)
tree30cfe26e68b81949199bb5a2166ad3641b3579a0 /Misc
parentab02db23b1032c7b1fcf7063ae736b25e4466624 (diff)
downloadcpython-c90111f9ab617a1dbdde8952a4b81e6eecc36e7c.zip
cpython-c90111f9ab617a1dbdde8952a4b81e6eecc36e7c.tar.gz
cpython-c90111f9ab617a1dbdde8952a4b81e6eecc36e7c.tar.bz2
#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
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 29e2c19..5113ec0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,9 @@ Core and Builtins
Library
-------
+- Issue #15970: xml.etree.ElementTree now serializes correctly the empty HTML
+ elements 'meta' and 'param'.
+
- Issue #15842: the SocketIO.{readable,writable,seekable} methods now
raise ValueError when the file-like object is closed. Patch by Alessandro
Moura.