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.
2 parents d3c53b6 + 378e15d commit f1a3240Copy full SHA for f1a3240
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