Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f2298 commit 378e15dCopy full SHA for 378e15d
1 file changed
Doc/library/urllib.request.rst
@@ -57,10 +57,7 @@ The :mod:`urllib.request` module defines the following functions:
57
point to a directory of hashed certificate files. More information can
58
be found in :meth:`ssl.SSLContext.load_verify_locations`.
59
60
- The *cadefault* parameter specifies whether to fall back to loading a
61
- default certificate store defined by the underlying OpenSSL library if the
62
- *cafile* and *capath* parameters are omitted. This will only work on
63
- some non-Windows platforms.
+ The *cadefault* parameter is ignored.
64
65
For http and https urls, this function returns a
66
:class:`http.client.HTTPResponse` object which has the following
0 commit comments