From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 31 Oct 2019 12:12:23 +0000 (-0700) Subject: Update the URL for the requests package (GH-17006) X-Git-Tag: v3.8.1rc1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ed52b86aa28b2a10f4e2cc28a2b6d63e57bc73c;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 db26d56af30f..9cdabc2a03a7 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 448bc6785470..adc0593e8094 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.