[issue44498] remove deprecated smtpd from the stdlib

2021-06-23 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue44498] remove deprecated smtpd from the stdlib

2021-06-23 Thread Irit Katriel
New submission from Irit Katriel : smtpd uses asynchat which has been deprecated since 3.6. See discussion at https://mail.python.org/archives/list/python-committ...@python.org/thread/KNF6YQE2O4OLJDNKSGAT4NLZUNCQ5QSH/#KNF6YQE2O4OLJDNKSGAT4NLZUNCQ5QSH -- messages: 396399 nosy: iritkatri