mirror of
https://github.com/python/cpython.git
synced 2026-08-02 23:25:41 -04:00
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".