Christian Heimes <li...@cheimes.de> added the comment:

I'm all in favor to remove deprecated things, but please set a tangible 
deadline first. A lot of these functions have been deprecated for like a 
decade. Users tend to forget about deprecations or assume that removal was 
never going to happen. For example the removal of xml.etree.cElementTree broke 
a bunch of stuff although it had been deprecated since 3.0.

At a bare minimum you should list removed features in the 3.9 changelog and 
porting guide as "will be removed in 3.10". I would even argue to add 
deprecation warnings to the code in 3.9 (with permission from the RM). If the 
RM is against deprecation warnings, then it might be good idea to postpone 
removal to 3.11.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41165>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to