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 christian.heimes, eli.bendersky, hroncok, rahul-kumi, scoder, serhiy.storchaka
Date 2020-05-05.09:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588669576.87.0.209896053993.issue36543@roundup.psfhosted.org>
In-reply-to
Content
Thank you Miro for information. It looks as awesome work!

The simplest solution would be to restore xml.etree.cElementTree and keep it forever. It will not harm anyone, it is just outdated import here and there.

We could also write an import hook which would analyze the code of the importer and warn only if xml.etree.cElementTree is imported without a common idiom. But it looks slightly overcomplicated to me.

And we can just let the users to fix they code for 3.9.
History
Date User Action Args
2020-05-05 09:06:16serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, christian.heimes, eli.bendersky, hroncok, rahul-kumi
2020-05-05 09:06:16serhiy.storchakasetmessageid: <1588669576.87.0.209896053993.issue36543@roundup.psfhosted.org>
2020-05-05 09:06:16serhiy.storchakalinkissue36543 messages
2020-05-05 09:06:16serhiy.storchakacreate