summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-11-08 01:03:52 -0500
committerR David Murray <rdmurray@bitdance.com>2015-11-08 01:03:52 -0500
commitb0deeb47d862793e047eeea243f1d037f4152474 (patch)
tree2a3c4f9109cea3fcb94fd1cf50aada010d6f35a0 /Python
parent65b77d625e3ad17f3963d32dc13e209ee7406ba2 (diff)
downloadcpython-git-b0deeb47d862793e047eeea243f1d037f4152474.tar.gz
#25446: Fix regression in smtplib's AUTH LOGIN support.
The auth method tests simply weren't adequate because of the fact that smtpd doesn't support authentication. I borrowed some of Milan's code for that from issue #21935 and added it to the smtplib tests. Also discovered that the direct test for the 'auth' method wasn't actually testing anything and fixed it. The fix makes the new authobject mechanism work the way it is documented...the problem was that wasn't checking for a 334 return code if an initial-response was provided, which works fine for auth plain and cram-md5, but not for auth login.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions