[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)
Barry A. Warsaw
report at bugs.python.org
Wed Feb 22 18:10:44 EST 2017
Barry A. Warsaw added the comment:
aiosmtpd is coming along nicely:
http://aiosmtpd.readthedocs.io/en/latest/
We'll soon have a 1.0 release. Still, I don't think it's worth pulling this into the stdlib. But we could silently deprecate it and point to aiosmtpd in the docs.
----------
assignee: -> barry
components: +Documentation -Library (Lib)
title: Deprecate smtpd (based on deprecated asyncore/asynchat): write a new smtp server with asyncio -> Deprecate smtpd (based on deprecated asyncore/asynchat)
versions: +Python 3.7 -Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25008>
_______________________________________
More information about the Python-bugs-list
mailing list