commit | fb12391c44d9491e2d1635eb5f82af3b0da0ec29 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Thu May 28 18:19:00 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Thu May 28 18:19:00 2009 +0000 |
tree | f27aae38f6956cc7e521a1743e1d9b76f17216ee | |
parent | e2cedaadb572c1bd58553ef5e27af0efc890d9b8 [diff] [blame] |
Finish issue 5259 by adding tests and fixes for the 'login' and 'cram-md5' auth methods.
diff --git a/Misc/NEWS b/Misc/NEWS index 8a01b21..19f323f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Library ------- +- smtplib 'login' and 'cram-md5' login are also fixed (see Issue #5259). + - Issue #6121: pydoc now ignores leading and trailing spaces in the argument to the 'help' function.