cElementTree was removed in Python 3.9
tiran opened this issue · 0 comments
tiran commented
The xml.etree.cElementTree
module was removed from Python master (3.9) an favor of the xml.etree.ElementTree
module. See PR python/cpython#19108
Since Python 3.9 no longer offers the module, it makes sense to me to also remove the module from defusedxml.