cpython/Lib/xml
Serhiy Storchaka c42e6d3f1a
[3.14] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150596)
* 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 bcd29e466f)
2026-05-30 13:52:00 +03:00
..
dom [3.14] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142818) 2025-12-20 15:56:47 -08:00
etree [3.14] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150596) 2026-05-30 13:52:00 +03:00
parsers
sax Fix typos in comments and test code (#122846) 2024-08-11 21:16:41 -07:00
__init__.py