See https://docs.python.org/3.9/whatsnew/3.9.html#removed
"Methods getchildren() and getiterator() in the ElementTree module have been removed. They were deprecated in Python 3.2. Use functions list() and iter() instead. The xml.etree.cElementTree module has been removed."
Fedora bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1792032
See https://docs.python.org/3.9/whatsnew/3.9.html#removed
"Methods getchildren() and getiterator() in the ElementTree module have been removed. They were deprecated in Python 3.2. Use functions list() and iter() instead. The xml.etree.cElementTree module has been removed."
Fedora bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1792032