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 r.david.murray
Recipients giampaolo.rodola, hynek, jcea, jesstess, python-dev, r.david.murray, vsergeev, zvyn
Date 2014-06-11.17:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402509174.02.0.454674570854.issue14758@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Milan.  I had to fix a couple things: you had left the "refactored" methods on the SMTPDServerTest, and somehow your new TestFamilyDetection class got indented under SMTPDServerTest in the new version of the patch.  (I also had to update it to compensate for the decode_data patch, which copy-and-pasted the DummyServer calling bugs you fixed in the other tests...)
History
Date User Action Args
2014-06-11 17:52:54r.david.murraysetrecipients: + r.david.murray, jcea, giampaolo.rodola, jesstess, python-dev, hynek, vsergeev, zvyn
2014-06-11 17:52:54r.david.murraysetmessageid: <1402509174.02.0.454674570854.issue14758@psf.upfronthosting.co.za>
2014-06-11 17:52:54r.david.murraylinkissue14758 messages
2014-06-11 17:52:53r.david.murraycreate