[issue36543] Remove old-deprecated ElementTree features (part 2)

Stefan Behnel report at bugs.python.org
Tue May 5 04:51:24 EDT 2020


Stefan Behnel <stefan_ml at behnel.de> added the comment:

Thanks Miro, that's beautiful. Good to know that I'm not the only one who doesn't read documentation. ;-)

So, how do we deal with this? We can't warn about the deprecation without annoying everyone. We can't just remove the empty module without breaking lots of code. We also can't really let the module stick around forever and let people write more code that uselessly imports it.

Any ideas?

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36543>
_______________________________________


More information about the Python-bugs-list mailing list