Commit db914cb
committed
bpo-28124: deprecate ssl.wrap_socket()
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>1 parent 05d9fe3 commit db914cb
3 files changed
Lines changed: 218 additions & 182 deletions
File tree
- Doc
- library
- whatsnew
- Misc/NEWS.d/next/Documentation
0 commit comments