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 r.david.murray
Recipients barry, brett.cannon, r.david.murray, rhettinger
Date 2015-09-06.20:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441571895.29.0.469333808088.issue25008@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that smtpd is used for a *lot* of testing code (anyone who is writing smtp clients in python, pretty much, and probably some writing in other languages).  I really don't see the rationale for removing it, assuming we can rewrite it "in time".

On the other hand, are we really going to *remove* asyncore/asynchat?  Or is this a "deprecation in place" like optparse?  If the latter then I don't really care if the same is done to smtpd :)  If the former, why, if we've kept optparse?
History
Date User Action Args
2015-09-06 20:38:15r.david.murraysetrecipients: + r.david.murray, barry, brett.cannon, rhettinger
2015-09-06 20:38:15r.david.murraysetmessageid: <1441571895.29.0.469333808088.issue25008@psf.upfronthosting.co.za>
2015-09-06 20:38:15r.david.murraylinkissue25008 messages
2015-09-06 20:38:15r.david.murraycreate