]> granicus.if.org Git - python/commit
Merge: #13700: Make imap.authenticate with authobject work.
authorR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 17:20:32 +0000 (12:20 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 17:20:32 +0000 (12:20 -0500)
commit8aa164b395d785598b0708644a6802b71d78660c
tree17a63104403afdebca2f0a5a327c1ca996b4f194
parent5e06d1d0b9964513068a993074340b07e17fa04e
parent6cd6f015567d35be5831f0095b39a512842d31f2
Merge: #13700: Make imap.authenticate with authobject work.

This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.

Original patch by Erno Tukia.
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS