]> 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:19:13 +0000 (12:19 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 17:19:13 +0000 (12:19 -0500)
commit6cd6f015567d35be5831f0095b39a512842d31f2
treeffedc8a64cf6e8b120ae48a27ef5d2fcbe14066c
parent674a42b1141c2caa6e439a0cc47b07f620520ca4
parent774a39f26ef2fa8ed96f3c52d3edac5e93926b4b
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.
Doc/library/imaplib.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS