commit | 102d5204add249248d1a0fa1dd3f673e884b06b4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Feb 27 01:45:31 2018 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 27 01:45:31 2018 -0800 |
tree | 34db921e50c0028941d98c65bea0aa9539529b39 | |
parent | 2614ed4c6e4b32eafb683f2378ed20e87d42976d [diff] |
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>