]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Jun 2021 07:36:17 +0000 (00:36 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 07:36:17 +0000 (00:36 -0700)
commitd7930fb720b5e9db2076b116dffcd52b6ca71438
tree3707ebb7bd5cf5af5cc0f88ac1c9f322d49f0220
parentb613132861839b6d05b67138842b579e1af29f9c
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit e26014f1c47d26d6097ff7a0f25384bfbde714a9)

Co-authored-by: Christian Heimes <christian@python.org>
Doc/library/ssl.rst
Doc/whatsnew/3.10.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2021-06-10-20-07-32.bpo-44362.oVOMfd.rst [new file with mode: 0644]
Modules/_ssl.c