summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-09-19 05:25:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-09-19 05:25:01 (GMT)
commitab9b661fdd4201e2471d7816dd5bf834385c9da2 (patch)
tree0113654c5432c245b8d6f2d3fe8346c098008d4d /Misc
parentda064d074556cb61309e13193d0b353668f76a49 (diff)
parentc90111f9ab617a1dbdde8952a4b81e6eecc36e7c (diff)
downloadcpython-ab9b661fdd4201e2471d7816dd5bf834385c9da2.zip
cpython-ab9b661fdd4201e2471d7816dd5bf834385c9da2.tar.gz
cpython-ab9b661fdd4201e2471d7816dd5bf834385c9da2.tar.bz2
#15970: merge with 3.2.
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 90e3cc1..955a371 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,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.