diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-19 05:19:12 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-19 05:19:12 (GMT) |
commit | c90111f9ab617a1dbdde8952a4b81e6eecc36e7c (patch) | |
tree | 30cfe26e68b81949199bb5a2166ad3641b3579a0 /Misc | |
parent | ab02db23b1032c7b1fcf7063ae736b25e4466624 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |