summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-06-03 18:51:27 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-06-03 18:51:27 (GMT)
commit47eb2234061524562a4b484e3a395f4fdd6c1b76 (patch)
tree43cf4c90b6c56a237a2fc05bc5234e3918f78d3d /Misc
parente35d1ba9eab07a59b98b700c5e18ceb13b2561a6 (diff)
downloadcpython-47eb2234061524562a4b484e3a395f4fdd6c1b76.zip
cpython-47eb2234061524562a4b484e3a395f4fdd6c1b76.tar.gz
cpython-47eb2234061524562a4b484e3a395f4fdd6c1b76.tar.bz2
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
What's new now mentions SSLContext.hostname_checks_common_name instead of SSLContext.host_flags. https://bugs.python.org/issue36868
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-05-11-17-42-15.bpo-36868.yioL0R.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-05-11-17-42-15.bpo-36868.yioL0R.rst b/Misc/NEWS.d/next/Documentation/2019-05-11-17-42-15.bpo-36868.yioL0R.rst
new file mode 100644
index 0000000..ad9ed5b
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-05-11-17-42-15.bpo-36868.yioL0R.rst
@@ -0,0 +1,2 @@
+What's new now mentions SSLContext.hostname_checks_common_name instead of
+SSLContext.host_flags.