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 serhiy.storchaka
Recipients BreamoreBoy, Mariatta, barry, brett.cannon, dstufft, eric.smith, gvanrossum, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2016-10-25.18:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477420353.72.0.11886708394.issue25002@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, asyncore/asynchat are used in smtpd!

It looks to me that we should first write asyncio alternative to smtpd, then deprecate smtpd, and only after this we can deprecate asyncore/asynchat.
History
Date User Action Args
2016-10-25 18:32:33serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, brett.cannon, rhettinger, vstinner, eric.smith, r.david.murray, BreamoreBoy, python-dev, dstufft, Mariatta
2016-10-25 18:32:33serhiy.storchakasetmessageid: <1477420353.72.0.11886708394.issue25002@psf.upfronthosting.co.za>
2016-10-25 18:32:33serhiy.storchakalinkissue25002 messages
2016-10-25 18:32:33serhiy.storchakacreate