Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 378e15d

Browse files
committed
document that cadefault does nothing now
1 parent 18f2298 commit 378e15d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Doc/library/urllib.request.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ The :mod:`urllib.request` module defines the following functions:
5757
point to a directory of hashed certificate files. More information can
5858
be found in :meth:`ssl.SSLContext.load_verify_locations`.
5959

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.
60+
The *cadefault* parameter is ignored.
6461

6562
For http and https urls, this function returns a
6663
:class:`http.client.HTTPResponse` object which has the following

0 commit comments

Comments
 (0)