]> granicus.if.org Git - python/commitdiff
document that cadefault does nothing now
authorBenjamin Peterson <benjamin@python.org>
Sun, 23 Nov 2014 17:43:33 +0000 (11:43 -0600)
committerBenjamin Peterson <benjamin@python.org>
Sun, 23 Nov 2014 17:43:33 +0000 (11:43 -0600)
Doc/library/urllib.request.rst

index ea9050f195ce2fe910a92b3ba6127b6e28c91bd6..249396e25f1f016781767796b649b75d339fee1e 100644 (file)
@@ -57,10 +57,7 @@ The :mod:`urllib.request` module defines the following functions:
    point to a directory of hashed certificate files.  More information can
    be found in :meth:`ssl.SSLContext.load_verify_locations`.
 
-   The *cadefault* parameter specifies whether to fall back to loading a
-   default certificate store defined by the underlying OpenSSL library if the
-   *cafile* and *capath* parameters are omitted.  This will only work on
-   some non-Windows platforms.
+   The *cadefault* parameter is ignored.
 
    For http and https urls, this function returns a
    :class:`http.client.HTTPResponse` object which has the following