Message250223
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. |
|
Date |
User |
Action |
Args |
2015-09-08 15:40:49 | vstinner | set | recipients:
+ vstinner, gvanrossum, barry, brett.cannon, rhettinger, eric.smith, r.david.murray, dstufft |
2015-09-08 15:40:49 | vstinner | link | issue25002 messages |
2015-09-08 15:40:49 | vstinner | create | |
|