From: Simon Legner Date: Thu, 31 Oct 2019 12:01:44 +0000 (+0100) Subject: Update the URL for the requests package (GH-17006) X-Git-Tag: v3.9.0a1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=112f2b805bc83429e8a66a54d088bbefc921abb7;p=thirdparty%2FPython%2Fcpython.git Update the URL for the requests package (GH-17006) Change the url from docs.python-requests.org to requests.readthedocs.io --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index a458ab77efd8..807dd8bd379a 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 a903d605cf4e..03712c1f4a6e 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.