cpython/Lib/xml
Victor Stinner 7bdfce0d3a
gh-145056: Accept frozendict in xml.etree (#145508)
Element and SubElement of xml.etree.ElementTree now also accept
frozendict for attrib.

Export _PyDict_CopyAsDict() function.
2026-03-05 12:55:28 +01:00
..
dom gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (#142794) 2025-12-16 12:20:48 +00:00
etree gh-145056: Accept frozendict in xml.etree (#145508) 2026-03-05 12:55:28 +01:00
parsers
sax gh-76007: Deprecate VERSION in xml.etree.ElementTree & version in xml.sax.expatreader & xml.sax.handler (#142898) 2025-12-18 14:22:23 +00:00
__init__.py