`cElementTree` has been [deprecated since 3.3](https://docs.python.org/3/library/xml.etree.elementtree.html), and is simply an alias to `ElementTree` right now. It [will be removed in the Python 3.10](https://bugs.python.org/issue36543). Originally filed as: pypa/pip#8278 See also: python/cpython#19921