From 73d5031054eca858ca121256900ba12f27a09913 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 7 Dec 2014 14:25:38 -0500 Subject: [PATCH] remove mention of check_hostname parameter --- Doc/library/urllib2.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index ce0fa98f7d..f599894adc 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -292,13 +292,13 @@ The following classes are provided: A class to handle opening of HTTP URLs. -.. class:: HTTPSHandler([debuglevel[, context[, check_hostname]]]) +.. class:: HTTPSHandler([debuglevel[, context]]) - A class to handle opening of HTTPS URLs. *context* and *check_hostname* have - the same meaning as for :class:`httplib.HTTPSConnection`. + A class to handle opening of HTTPS URLs. *context* has the same meaning as + for :class:`httplib.HTTPSConnection`. .. versionchanged:: 2.7.9 - *context* and *check_hostname* were added. + *context* added. .. class:: FileHandler() -- 2.50.1