]> granicus.if.org Git - python/commit
bpo-28124: deprecate ssl.wrap_socket() (#5888)
authorChristian Heimes <christian@python.org>
Tue, 27 Feb 2018 08:21:34 +0000 (09:21 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2018 08:21:34 +0000 (09:21 +0100)
commit90f05a527c7d439f1d0cba80f2eb32e60ee20fc3
tree31935f804412c3f814c20925574f4c775daeb246
parent05d9fe32a1245b9a798e49e0c1eb91f110935b69
bpo-28124: deprecate ssl.wrap_socket() (#5888)

The ssl module function ssl.wrap_socket() has been de-emphasized
and deprecated in favor of the more secure and efficient
SSLContext.wrap_socket() method.

Signed-off-by: Christian Heimes <christian@python.org>
Doc/library/ssl.rst
Doc/whatsnew/3.7.rst
Misc/NEWS.d/next/Documentation/2018-02-25-16-33-35.bpo-28124._uzkgq.rst [new file with mode: 0644]