This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Manjusaka, docs@python, fdrake, serhiy.storchaka
Date 2020-03-26.14:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585233657.7.0.202691311727.issue40065@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-26 14:40:57serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, docs@python, Manjusaka
2020-03-26 14:40:57serhiy.storchakasetmessageid: <1585233657.7.0.202691311727.issue40065@roundup.psfhosted.org>
2020-03-26 14:40:57serhiy.storchakalinkissue40065 messages
2020-03-26 14:40:57serhiy.storchakacreate