Message 190456 - Python tracker (original) (raw)
Patch now updated to revert asyncore changes. The changes are now:
smtpd.py - changed SMTPChannel and SMTPServer to accept map argument
test_logging.py - removed subclassed SMTPChannel, not needed since the base SMTPChannel class now accepts a map, and simplified TestSMTPServer, since the base SMTPServer class now accepts a map.