cpython/Lib/xml
Serhiy Storchaka a76d9573e4
gh-139489: Add xml.is_valid_name() (GH-139768)
It allows to check whether a string can be used as an element or attribute
name in XML.
2026-05-05 11:25:22 +03:00
..
dom gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (#142794) 2025-12-16 12:20:48 +00:00
etree gh-144270: Make SubElement parent and tag positional-only (GH-144845) 2026-03-30 19:42:24 +03:00
parsers remove __version__s dependent on subversion keyword expansion (closes #12221) 2011-05-31 20:52:17 -05:00
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 gh-139489: Add xml.is_valid_name() (GH-139768) 2026-05-05 11:25:22 +03:00
utils.py gh-139489: Add xml.is_valid_name() (GH-139768) 2026-05-05 11:25:22 +03:00