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 xiang.zhang
Recipients barry, maurosr, r.david.murray, xiang.zhang
Date 2015-10-09.06:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444371799.01.0.0493610187499.issue25328@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a typo. The raise is left out.

In test_smtpd.py, it only tests the raise condition in SMTPServer but
not STMPChannel.

I add the raise and a corresponding test in SMTPDChannelTest.
History
Date User Action Args
2015-10-09 06:23:19xiang.zhangsetrecipients: + xiang.zhang, barry, r.david.murray, maurosr
2015-10-09 06:23:19xiang.zhangsetmessageid: <1444371799.01.0.0493610187499.issue25328@psf.upfronthosting.co.za>
2015-10-09 06:23:18xiang.zhanglinkissue25328 messages
2015-10-09 06:23:18xiang.zhangcreate