From: Andrew Kuchling Date: Wed, 9 Nov 2016 03:33:31 +0000 (-0500) Subject: Use http instead of https, due to certificate error X-Git-Tag: v3.6.0b4~116^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58c534dd6cac474776e173fbeb06efbf46aff028;p=thirdparty%2FPython%2Fcpython.git Use http instead of https, due to certificate error --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 0a1725e81078..e1acf9273e29 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module .. seealso:: - The `Requests package `_ + The `Requests package `_ is recommended for a higher-level HTTP client interface. .. note:: diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 9002afa979ef..618c69de3abb 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -18,7 +18,7 @@ authentication, redirections, cookies and more. .. seealso:: - The `Requests package `_ + The `Requests package `_ is recommended for a higher-level HTTP client interface.