commit | 6d6fb3aa9f641c133472f2bbb7565dde6e712e87 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Sep 19 08:11:03 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Sep 19 08:11:03 2012 +0300 |
tree | ffa205e229b5110979b835a46c5095cf4b75c32f | |
parent | ba372a59d1fc9839a65d9ab3fef372acd4e5ee60 [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 f3d6fc3..a082a24 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Library ------- +- Issue #15970: xml.etree.ElementTree now serializes correctly the empty HTML + elements 'meta' and 'param'. + - Issue #15676: Now "mmap" check for empty files before doing the offset check. Patch by Steven Willis.