[issue45785] Remove asyncore, asynchat and smtpd modules

2021-11-11 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python

[issue45785] Remove asyncore, asynchat and smtpd modules

2021-11-11 Thread Christian Heimes
Christian Heimes added the comment: +1 This bug is kind of a duplicate of #28533. A year ago Kyle worked on a patch. You can find their work at https://github.com/aeros/cpython/tree/remove-asycore-asynchat-smtpd -- nosy: +christian.heimes superseder: -> Replace asyncore/asynchat/sm

[issue45785] Remove asyncore, asynchat and smtpd modules

2021-11-11 Thread STINNER Victor
STINNER Victor added the comment: Ah, a DeprecationWarning warning is only emitted at runtime since Python 3.10. What's New in Python 3.10: "asynchat, asyncore, smtpd: These modules have been marked as deprecated in their module documentation since Python 3.6. An import-time DeprecationWarn

[issue45785] Remove asyncore, asynchat and smtpd modules

2021-11-11 Thread STINNER Victor
New submission from STINNER Victor : I propose to remove asyncore, asynchat and smtpd modules from the Python standard library to remove the Python maintenance burden. These modules are deprecated since Python 3.6. -- The asyncore module is a very old module of the Python stdlib for asynchro