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 scoder
Recipients christian.heimes, eli.bendersky, hroncok, rahul-kumi, scoder, serhiy.storchaka
Date 2020-05-05.09:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588671034.09.0.806612725158.issue36543@roundup.psfhosted.org>
In-reply-to
Content
It's not like the deprecation was hidden – the ET docs have this line right at the top:

"Changed in version 3.3: This module will use a fast implementation whenever available. The xml.etree.cElementTree module is deprecated."

https://docs.python.org/3/library/xml.etree.elementtree.html

But as I said, people don't read docs.

I agree that it's best to keep the module "for now", and maybe leave it to IDEs and code checkers to spread the deprecation notice for us. As Serhiy said, it doesn't hurt us much to have it.
History
Date User Action Args
2020-05-05 09:30:34scodersetrecipients: + scoder, christian.heimes, eli.bendersky, serhiy.storchaka, hroncok, rahul-kumi
2020-05-05 09:30:34scodersetmessageid: <1588671034.09.0.806612725158.issue36543@roundup.psfhosted.org>
2020-05-05 09:30:34scoderlinkissue36543 messages
2020-05-05 09:30:34scodercreate