diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-02-19 17:20:32 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-02-19 17:20:32 (GMT) |
commit | 8aa164b395d785598b0708644a6802b71d78660c (patch) | |
tree | 17a63104403afdebca2f0a5a327c1ca996b4f194 /Misc | |
parent | 5e06d1d0b9964513068a993074340b07e17fa04e (diff) | |
parent | 6cd6f015567d35be5831f0095b39a512842d31f2 (diff) | |
download | cpython-8aa164b395d785598b0708644a6802b71d78660c.zip cpython-8aa164b395d785598b0708644a6802b71d78660c.tar.gz cpython-8aa164b395d785598b0708644a6802b71d78660c.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -260,6 +260,9 @@ Core and Builtins Library ------- +- Issue #13700: Fix byte/string handling in imaplib authentication when an + authobject is specified. + - Issue #13153: Tkinter functions now raise TclError instead of ValueError when a string argument contains non-BMP character. |