]> granicus.if.org Git - python/commit
bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Feb 2018 09:45:31 +0000 (01:45 -0800)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2018 09:45:31 +0000 (01:45 -0800)
commit102d5204add249248d1a0fa1dd3f673e884b06b4
tree34db921e50c0028941d98c65bea0aa9539529b39
parent2614ed4c6e4b32eafb683f2378ed20e87d42976d
bpo-28124: deprecate ssl.wrap_socket() (GH-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>
(cherry picked from commit 90f05a527c7d439f1d0cba80f2eb32e60ee20fc3)

Co-authored-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]