]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
authorChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 19:01:29 +0000 (20:01 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 19:01:29 +0000 (20:01 +0100)
commit48aae57996c89a5601534320fdd078da978fb7bb
tree77c04c61c848c35eceeaa0962e5d185fbc8a8833
parent0c924b83eefead8c111f66452b0681a5c7485a5c
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
Doc/library/imaplib.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS