This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, dstufft, gvanrossum, vstinner
Date 2015-09-04.20:55:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441400141.7.0.255055461996.issue25002@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of both modules begin with the following note:

"This module exists for backwards compatibility only. For new code we recommend using asyncio."

What do you mean by deprecating the module? Emit a PendingDeprecationWarning in Python 3.6 and emit a DeprecationWarning in Python 3.7?

> Maybe smtpd.py can be deprecated itself.

Maybe it can be fun to rewrite the module using asyncio, but I'm not convinced that a SMTP server in the Python stdlib is super useful.

(A HTTP server *is* very useful, it saved my life multiple times when I worked on embedded devices without any server available to transfer files.)
History
Date User Action Args
2015-09-04 20:55:41vstinnersetrecipients: + vstinner, gvanrossum, barry, dstufft
2015-09-04 20:55:41vstinnersetmessageid: <1441400141.7.0.255055461996.issue25002@psf.upfronthosting.co.za>
2015-09-04 20:55:41vstinnerlinkissue25002 messages
2015-09-04 20:55:41vstinnercreate