From: Benjamin Peterson Date: Sun, 2 Nov 2014 18:17:56 +0000 (-0500) Subject: wrap X-Git-Tag: v3.4.3rc1~365 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5c9c37dd51cdec4e858fde6a42bf6b2868cae48;p=thirdparty%2FPython%2Fcpython.git wrap --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 23ac29b3c1b6..bd7340becd30 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -48,8 +48,8 @@ The :mod:`urllib.request` module defines the following functions: only works for HTTP, HTTPS and FTP connections. If *context* is specified, it must be a :class:`ssl.SSLContext` instance - describing the various SSL options. See - :class:`~http.client.HTTPSConnection` for more details. + describing the various SSL options. See :class:`~http.client.HTTPSConnection` + for more details. The optional *cafile* and *capath* parameters specify a set of trusted CA certificates for HTTPS requests. *cafile* should point to a single