cpython/Lib/xml
Bénédikt Tran 04bc681e7c
gh-131938: Update exception message for `Element.remove()` when an element is not found (#131972)
The exception message for `xml.etree.ElementTree.Element.remove` when an element is not found
has been updated from "list.remove(x): x not in list" to "Element.remove(x): element not found".
2025-04-04 15:04:07 +00:00
..
dom gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) 2025-01-07 12:40:41 +02:00
etree gh-131938: Update exception message for `Element.remove()` when an element is not found (#131972) 2025-04-04 15:04:07 +00:00
parsers
sax Fix typos in comments and test code (#122846) 2024-08-11 21:16:41 -07:00
__init__.py