cpython/Lib/xml/etree
Serhiy Storchaka bcd29e466f
gh-149489: Fix ElementTree serialization to HTML (GH-149490)
* The content of comments, processing instructions and elements "xmp",
  "iframe", "noembed", "noframes", and "plaintext" is no longer escaped.
* The "plaintext" element no longer have the closing tag.
* Add support of empty attributes (with value None).
2026-05-30 00:04:50 +03:00
..
__init__.py
cElementTree.py
ElementInclude.py gh-101549: fix documentation of xml.etree.ElementInclude (#101550) 2024-04-11 14:23:52 +00:00
ElementPath.py
ElementTree.py gh-149489: Fix ElementTree serialization to HTML (GH-149490) 2026-05-30 00:04:50 +03:00