Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:
Thank you for catching this Fred. I am surprised that some code uses xml.etree.cElementTree without falling back to xml.etree.ElementTree. In Python 3 you can just use xml.etree.ElementTree, in Python 2 you have to fallback to the Python implementation because the C implementation was optional. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40065> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com