mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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".