diff options
author | Christian Heimes <christian@python.org> | 2018-02-27 08:21:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-27 08:21:34 (GMT) |
commit | 90f05a527c7d439f1d0cba80f2eb32e60ee20fc3 (patch) | |
tree | 31935f804412c3f814c20925574f4c775daeb246 /Lib/ssl.py | |
parent | 05d9fe32a1245b9a798e49e0c1eb91f110935b69 (diff) | |
download | cpython-90f05a527c7d439f1d0cba80f2eb32e60ee20fc3.zip cpython-90f05a527c7d439f1d0cba80f2eb32e60ee20fc3.tar.gz cpython-90f05a527c7d439f1d0cba80f2eb32e60ee20fc3.tar.bz2 |
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>
Diffstat (limited to 'Lib/ssl.py')
0 files changed, 0 insertions, 0 deletions