]> granicus.if.org Git - python/commit
[3.7] bpo-24334: Remove inaccurate match_hostname call (GH-6211) (#6212)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Mar 2018 14:59:16 +0000 (07:59 -0700)
committerChristian Heimes <christian@python.org>
Sat, 24 Mar 2018 14:59:16 +0000 (15:59 +0100)
commit1a0bb626f4cfd95f7ec406ea7d3f9433def559fc
tree9f4017db7476ec5d017df6e8e522b1242c9ebda9
parentac5602746ed39ca6591e98e062e587121ac71371
[3.7] bpo-24334: Remove inaccurate match_hostname call (GH-6211) (#6212)

Commit 141c5e8c re-added match_hostname() call. The resurrection of the
function call was never intended and was solely a merge mistake.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit e42ae915095ebca789cc36f3a336a3331fe35945)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/ssl.py