]> granicus.if.org Git - python/commit
bpo-24334: Remove inaccurate match_hostname call (#6211)
authorChristian Heimes <christian@python.org>
Sat, 24 Mar 2018 14:36:50 +0000 (15:36 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Mar 2018 14:36:50 +0000 (15:36 +0100)
commite42ae915095ebca789cc36f3a336a3331fe35945
treee004fa88ee5ba79a4e4b1fded82b6e903bce8df0
parentd8b291a74284307610946f1b5801aa95d7f1e052
bpo-24334: Remove inaccurate match_hostname call (#6211)

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>
Lib/ssl.py