summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-02-15 17:12:20 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-02-15 17:12:20 (GMT)
commitc481bfb3f62787e9ef0947785df7383a173a23c3 (patch)
treec7d6b4745a46c9d535ce3f413c4dd0f69f488f84 /Misc
parent2d07b855855c13814c2050f2f062aadf936fa886 (diff)
downloadcpython-c481bfb3f62787e9ef0947785df7383a173a23c3.zip
cpython-c481bfb3f62787e9ef0947785df7383a173a23c3.tar.gz
cpython-c481bfb3f62787e9ef0947785df7383a173a23c3.tar.bz2
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d440151..3712a98 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
+
- Issue #23146: Fix mishandling of absolute Windows paths with forward
slashes in pathlib.