]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Nov 2022 12:33:33 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 12:33:33 +0000 (13:33 +0100)
commitcff1c20667f668f20be9377ba2bd8d1dc9d56bec
tree07bf73b72069c62158d01e9c36456e12e1dbbe02
parentf4adb975061874566766f7a67206cb7b0439bc11
gh-94199: Remove ssl.wrap_socket() documentation (#99023)

The function has been removed. In the ssl documentation, replace
references to the ssl.wrap_socket() function with references to the
ssl.SSLContext.wrap_socket() method.

Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
Doc/library/ssl.rst