mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
04bc681e7c
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".