]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
authorChristian Heimes <christian@python.org>
Fri, 11 Jun 2021 07:15:48 +0000 (09:15 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 07:15:48 +0000 (09:15 +0200)
commite26014f1c47d26d6097ff7a0f25384bfbde714a9
tree6fbe678ee47df13f0a8da945e8735fee6676656c
parentc4955e2c4f9abafd33bbe4904a82f7962333a7d6
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)

Signed-off-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