commit | c90111f9ab617a1dbdde8952a4b81e6eecc36e7c | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Sep 19 08:19:12 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Sep 19 08:19:12 2012 +0300 |
tree | 30cfe26e68b81949199bb5a2166ad3641b3579a0 | |
parent | ab02db23b1032c7b1fcf7063ae736b25e4466624 [diff] [blame] |
#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
diff --git a/Misc/NEWS b/Misc/NEWS index 29e2c19..5113ec0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -120,6 +120,9 @@ 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.