]> granicus.if.org Git - python/commit
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
authorChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 19:44:17 +0000 (20:44 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 19:44:17 +0000 (20:44 +0100)
commita5768f729273b3e2f1464eeb348e16ff4c25df77
tree412ebd87c07e7b9a80d745faa14102280ee7ff0e
parent216d463b1f5eea7b6505b9ec13372d830ef720b6
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
Doc/library/smtplib.rst
Lib/smtplib.py
Lib/test/test_smtpnet.py
Misc/NEWS