mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#15970: merge with 3.2.
This commit is contained in:
commit
ab9b661fdd
3 changed files with 16 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue