Message368122
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. |
|
Date |
User |
Action |
Args |
2020-05-05 09:30:34 | scoder | set | recipients:
+ scoder, christian.heimes, eli.bendersky, serhiy.storchaka, hroncok, rahul-kumi |
2020-05-05 09:30:34 | scoder | set | messageid: <1588671034.09.0.806612725158.issue36543@roundup.psfhosted.org> |
2020-05-05 09:30:34 | scoder | link | issue36543 messages |
2020-05-05 09:30:34 | scoder | create | |
|