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 samuelcolvin
Recipients barry, eamanu, r.david.murray, samuelcolvin
Date 2019-01-21.16:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Thanks for the response.

I've created issues on aiosmtpd for both these things. There are much better ways of running the controller than threading, but that's a discussion for https://github.com/aio-libs/aiosmtpd/issues/160. I'll try and work on aiosmtpd in the future.

Regarding smtpd, please could you respond to:

> More generally I understand the idea of deprecated code that doesn't get updated to conform to latest conventions, but surely if the code exists in the standard lib. it should at least work as it was originally intended or be removed?

Of course, I know part of this is my wish to get my PR merged into cpython, but I really don't see any argument for leaving completely broken code in the standard library.

Surely either it should be removed before the next minor release or fixed?

I would say PureProxy could still be useful and should be left in place while MailmanProxy should be removed.
History
Date User Action Args
2019-01-21 16:46:57samuelcolvinsetrecipients: + samuelcolvin, barry, r.david.murray, eamanu
2019-01-21 16:46:55samuelcolvinsetmessageid: <[email protected]>
2019-01-21 16:46:55samuelcolvinlinkissue35788 messages
2019-01-21 16:46:55samuelcolvincreate