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, brett.cannon, dstufft, eric.smith, gvanrossum, r.david.murray, rhettinger, vstinner
Date 2015-09-08.15:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwahYqaujrHCKAAsBebKsXzYr78_Z7KQ7rqicHoJ-hBQhg@mail.gmail.com>
In-reply-to <1441725618.24.0.6246322929.issue25002@psf.upfronthosting.co.za>
Content
If you care of smooth python 2 => python 3 migration, I suggest to
deprecate smtpd and remove it later, when asyncore & asynchat will
also be removed (ex: in Python 4?).

I suggest to write a *new* SMTP server module using asyncio. As I
explained, the API will be very different for the user of the API.
History
Date User Action Args
2015-09-08 15:40:49vstinnersetrecipients: + vstinner, gvanrossum, barry, brett.cannon, rhettinger, eric.smith, r.david.murray, dstufft
2015-09-08 15:40:49vstinnerlinkissue25002 messages
2015-09-08 15:40:49vstinnercreate