commit | cff1c20667f668f20be9377ba2bd8d1dc9d56bec | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 03 13:33:33 2022 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 03 13:33:33 2022 +0100 |
tree | 07bf73b72069c62158d01e9c36456e12e1dbbe02 | |
parent | f4adb975061874566766f7a67206cb7b0439bc11 [diff] |
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>