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 eric.smith
Recipients eric.smith, sleepycal
Date 2016-01-07.14:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452176968.72.0.0112161585037.issue26036@psf.upfronthosting.co.za>
In-reply-to
Content
We won't make such a backward-incompatible change. Because subclassing is how you extend SMTPServer, it's likely to be used by other derived classes, not in the standard library.

I could see some argument for making it optional and default to None, but that's about the extent of what I would support.

PS: It's used in PureProxy, not DebuggingServer (at least in 3.6, where I checked).
History
Date User Action Args
2016-01-07 14:29:28eric.smithsetrecipients: + eric.smith, sleepycal
2016-01-07 14:29:28eric.smithsetmessageid: <1452176968.72.0.0112161585037.issue26036@psf.upfronthosting.co.za>
2016-01-07 14:29:28eric.smithlinkissue26036 messages
2016-01-07 14:29:28eric.smithcreate