From: Benjamin Peterson Date: Sun, 7 Dec 2014 19:25:38 +0000 (-0500) Subject: remove mention of check_hostname parameter X-Git-Tag: v2.7.9~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73d5031054eca858ca121256900ba12f27a09913;p=python remove mention of check_hostname parameter --- 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()