]> granicus.if.org Git - python/commit
Fix for issue 5259: ASCII encode the username and password before passing
authorR. David Murray <rdmurray@bitdance.com>
Sat, 23 May 2009 18:49:56 +0000 (18:49 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 23 May 2009 18:49:56 +0000 (18:49 +0000)
commitcaa27b7823f12a971aec54f77a06280fdd84f058
tree0874907c5c792cc18f957daa0ff16072aad31829
parentdfea192ad4317aab757989b0c815a5146b0d6336
Fix for issue 5259: ASCII encode the username and password before passing
it to encode_base64, which requires bytes in py3k.  Fix by Musashi Tamura,
tests by Marcin Bachry.
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/ACKS
Misc/NEWS