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 sleepycal
Recipients sleepycal
Date 2016-01-07.12:16:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452168983.71.0.914590889995.issue26036@psf.upfronthosting.co.za>
In-reply-to
Content
`smtpd.SMTPServer` takes argument `remoteaddr`, however this is only used in subclass `smtpd.DebuggingServer`.

Would anyone object to a patch which removes `remoteaddr` from `smtpd.SMTPServer.__init__` and places it into `smtpd.DebuggingServer.__init__` instead?

Naturally this would be backwards incompatible
History
Date User Action Args
2016-01-07 12:16:23sleepycalsetrecipients: + sleepycal
2016-01-07 12:16:23sleepycalsetmessageid: <1452168983.71.0.914590889995.issue26036@psf.upfronthosting.co.za>
2016-01-07 12:16:23sleepycallinkissue26036 messages
2016-01-07 12:16:23sleepycalcreate