cpython/Lib/xml
Miss Islington (bot) b46df7fe42
[3.13] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150596) (GH-150609)
* The content of elements "xmp", "iframe", "noembed", "noframes",
  and "plaintext" is no longer escaped.
* The "plaintext" element no longer have the closing tag.
(cherry picked from commit c42e6d3f1a)


(cherry picked from commit bcd29e466f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2026-05-30 11:16:32 +00:00
..
dom [3.13] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142819) 2025-12-20 15:56:59 -08:00
etree [3.13] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150596) (GH-150609) 2026-05-30 11:16:32 +00:00
parsers
sax
__init__.py