[issue44498] move deprecated asynchat, asyncore and smtpd from the stdlib to test.support

Petr Viktorin report at bugs.python.org
Wed Jun 23 09:24:21 EDT 2021


Petr Viktorin <encukou at gmail.com> added the comment:

Please follow the backwards compatibility policy (PEP 387):
- Have a discussion
- Raise deprecation warnings
- Wait at least two minor Python versions where warnings are raised
- Consider any feedback
- Then remove stuff
(Or ask the SC for an exception, but these "are only granted for extreme situations such as dangerously broken or insecure features or features no one could reasonably be depending on".)

There were no deprecation warnings raised so far, so removing these in 3.11 is very premature.

----------
nosy: +petr.viktorin

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


More information about the Python-bugs-list mailing list