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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58c534dd6cac474776e173fbeb06efbf46aff028;p=python Use http instead of https, due to certificate error --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 0a1725e810..e1acf9273e 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 9002afa979..618c69de3a 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.