diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-19 05:25:01 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-19 05:25:01 (GMT) |
commit | ab9b661fdd4201e2471d7816dd5bf834385c9da2 (patch) | |
tree | 0113654c5432c245b8d6f2d3fe8346c098008d4d /Misc | |
parent | da064d074556cb61309e13193d0b353668f76a49 (diff) | |
parent | c90111f9ab617a1dbdde8952a4b81e6eecc36e7c (diff) | |
download | cpython-ab9b661fdd4201e2471d7816dd5bf834385c9da2.zip cpython-ab9b661fdd4201e2471d7816dd5bf834385c9da2.tar.gz cpython-ab9b661fdd4201e2471d7816dd5bf834385c9da2.tar.bz2 |
#15970: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |