]> granicus.if.org Git - python/commitdiff
remove mention of check_hostname parameter
authorBenjamin Peterson <benjamin@python.org>
Sun, 7 Dec 2014 19:25:38 +0000 (14:25 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 7 Dec 2014 19:25:38 +0000 (14:25 -0500)
Doc/library/urllib2.rst

index ce0fa98f7d507e0d5c3f70f8fd20454376edae8d..f599894adcbc2555dd4bb6b678196007d3ac2a84 100644 (file)
@@ -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()