]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 72868 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 23 May 2009 21:05:11 +0000 (21:05 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 23 May 2009 21:05:11 +0000 (21:05 +0000)
commit6b41be8867463fc3e645580e4a0d1782d67b2ca9
tree728e71333ae00f733c29b505e1c0ed9ff548722c
parent758b7af92385c04ecd3aabc3026fee70343930b6
Merged revisions 72868 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r72868 | r.david.murray | 2009-05-23 14:49:56 -0400 (Sat, 23 May 2009) | 5 lines

  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