summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst b/Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst
deleted file mode 100644
index cecc10a..0000000
--- a/Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Wildcard is now supported in hostname when it is one and only character in
-the left most segment of hostname in second argument of
-:meth:`ssl.match_hostname`. Patch by Mandeep Singh.