]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added test for behavior of operations on an unconnected SMTP object,
authorFacundo Batista <facundobatista@gmail.com>
Tue, 21 Aug 2007 16:57:18 +0000 (16:57 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 21 Aug 2007 16:57:18 +0000 (16:57 +0000)
commit1bc8d639df2d4311fc639c0601b324d36fed088c
treef65b87e9a2c30184dfcd8921e537a073f9adf8a4
parent32008321f513acc843296fb04ffa9e276157612b
Added test for behavior of operations on an unconnected SMTP object,
and tests for NOOP, RSET, and VRFY. Corrected typo in a comment for
testNonnumericPort. Added a check for constructing SMTP objects when
non-numeric ports are included in the host name. Derived a server from
SMTPServer to test various ESMTP/SMTP capabilities. Check that a
second HELO to DebuggingServer returns an error. [GSoC - Alan McIntyre]
Lib/test/test_smtplib.py