From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 31 Oct 2019 12:09:57 +0000 (-0700) Subject: Update the URL for the requests package (GH-17006) X-Git-Tag: v3.7.6rc1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3aa1dc3b31906bc0fa74bdd339bf1bf14154361;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 (cherry picked from commit 112f2b805bc83429e8a66a54d088bbefc921abb7) Co-authored-by: Simon Legner --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index bc73c7a9bdf7..d7757d07a4ba 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 5d8c0ec4303c..22bad2dc6a2e 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.