summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2022-12-20 07:10:30 (GMT)
committerGitHub <noreply@github.com>2022-12-20 07:10:30 (GMT)
commit79ccc03b62d819d83e592c6c8038545d9263a0d4 (patch)
tree5f2ea0fd8dd17d889c59d7dd8a3c2adec0d526ee /Misc
parent36a0b1d0dddbdf324d98071ea31e7e9151eea6d5 (diff)
downloadcpython-79ccc03b62d819d83e592c6c8038545d9263a0d4.zip
cpython-79ccc03b62d819d83e592c6c8038545d9263a0d4.tar.gz
cpython-79ccc03b62d819d83e592c6c8038545d9263a0d4.tar.bz2
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Fixes https://github.com/python/cpython/issues/89051
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-06-17-08-00-34.gh-issue-89051.yP4Na0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-06-17-08-00-34.gh-issue-89051.yP4Na0.rst b/Misc/NEWS.d/next/Core and Builtins/2022-06-17-08-00-34.gh-issue-89051.yP4Na0.rst
new file mode 100644
index 0000000..5c81648
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-06-17-08-00-34.gh-issue-89051.yP4Na0.rst
@@ -0,0 +1 @@
+Add :data:`ssl.OP_LEGACY_SERVER_CONNECT`