#15970: merge with 3.2.

This commit is contained in:
Ezio Melotti 2012-09-19 08:25:01 +03:00
commit ab9b661fdd
3 changed files with 16 additions and 1 deletions

View file

@ -995,7 +995,7 @@ def _serialize_xml(write, elem, qnames, namespaces):
write(_escape_cdata(elem.tail))
HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
"img", "input", "isindex", "link", "meta" "param")
"img", "input", "isindex", "link", "meta", "param")
try:
HTML_EMPTY = set(HTML_EMPTY)