]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Nov 2010 17:55:26 +0000 (17:55 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Nov 2010 17:55:26 +0000 (17:55 +0000)
commitdbe7519da9d0a99d68aaa773cde2793900dad44f
tree71e84e5f556b6021132452a1c3a7f7ac440fe6e1
parent36c0dbc9be1f21feec2218e3357fbf3a4dded8c1
Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
rather than strings.
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS