diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-02-19 17:17:31 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-02-19 17:17:31 (GMT) |
commit | 774a39f26ef2fa8ed96f3c52d3edac5e93926b4b (patch) | |
tree | a7fb7a639755bc6843c6189d9b928e0039433bcd /Misc | |
parent | 6b30759022d836099a0844983816edaa5e64f52f (diff) | |
download | cpython-774a39f26ef2fa8ed96f3c52d3edac5e93926b4b.zip cpython-774a39f26ef2fa8ed96f3c52d3edac5e93926b4b.tar.gz cpython-774a39f26ef2fa8ed96f3c52d3edac5e93926b4b.tar.bz2 |
#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
@@ -227,6 +227,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. |