SIGN IN SIGN UP

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>
C
Christian Heimes committed
90f05a527c7d439f1d0cba80f2eb32e60ee20fc3
Parent: 05d9fe3
Committed by GitHub <noreply@github.com> on 2/27/2018, 8:21:34 AM