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 vinay.sajip
Recipients barry, giampaolo.rodola, maker, pitrou, r.david.murray, terry.reedy, vinay.sajip
Date 2013-06-01.20:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370118032.11.0.666473223592.issue11959@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-01 20:20:32vinay.sajipsetrecipients: + vinay.sajip, barry, terry.reedy, pitrou, giampaolo.rodola, r.david.murray, maker
2013-06-01 20:20:32vinay.sajipsetmessageid: <1370118032.11.0.666473223592.issue11959@psf.upfronthosting.co.za>
2013-06-01 20:20:31vinay.sajiplinkissue11959 messages
2013-06-01 20:20:30vinay.sajipcreate