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 terry.reedy
Recipients giampaolo.rodola, r.david.murray, terry.reedy, vinay.sajip
Date 2011-05-06.21:57:53
SpamBayes Score 0.011654541
Marked as misclassified No
Message-id <1304719073.75.0.336904824555.issue11959@psf.upfronthosting.co.za>
In-reply-to
Content
I looked as the small patch to smptd.py. This strikes me a a reasonable use of dependency injection to make smptd more usable in testing, especially given that asyncx are have it.

The only thing I do not understand fully is the redefinition of set_socket, perhaps because I do not know where the original is that is being replaced.
History
Date User Action Args
2011-05-06 21:57:53terry.reedysetrecipients: + terry.reedy, vinay.sajip, giampaolo.rodola, r.david.murray
2011-05-06 21:57:53terry.reedysetmessageid: <1304719073.75.0.336904824555.issue11959@psf.upfronthosting.co.za>
2011-05-06 21:57:53terry.reedylinkissue11959 messages
2011-05-06 21:57:53terry.reedycreate