wrap
This commit is contained in:
parent
8b7e161ac3
commit
a5c9c37dd5
|
@ -48,8 +48,8 @@ The :mod:`urllib.request` module defines the following functions:
|
||||||
only works for HTTP, HTTPS and FTP connections.
|
only works for HTTP, HTTPS and FTP connections.
|
||||||
|
|
||||||
If *context* is specified, it must be a :class:`ssl.SSLContext` instance
|
If *context* is specified, it must be a :class:`ssl.SSLContext` instance
|
||||||
describing the various SSL options. See
|
describing the various SSL options. See :class:`~http.client.HTTPSConnection`
|
||||||
:class:`~http.client.HTTPSConnection` for more details.
|
for more details.
|
||||||
|
|
||||||
The optional *cafile* and *capath* parameters specify a set of trusted
|
The optional *cafile* and *capath* parameters specify a set of trusted
|
||||||
CA certificates for HTTPS requests. *cafile* should point to a single
|
CA certificates for HTTPS requests. *cafile* should point to a single
|
||||||
|
|
Loading…
Reference in New Issue