[Python-checkins] Update the URL for the requests package (GH-17006)

Miss Skeleton (bot) webhook-mailer at python.org
Thu Oct 31 08:10:01 EDT 2019


https://github.com/python/cpython/commit/f3aa1dc3b31906bc0fa74bdd339bf1bf14154361
commit: f3aa1dc3b31906bc0fa74bdd339bf1bf14154361
branch: 3.7
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-10-31T05:09:57-07:00
summary:

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 <Simon.Legner at gmail.com>

files:
M Doc/library/http.client.rst
M Doc/library/urllib.request.rst

diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index bc73c7a9bdf77..d7757d07a4ba4 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 <http://docs.python-requests.org/>`_
+    The `Requests package <https://requests.readthedocs.io/en/master/>`_
     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 5d8c0ec4303cd..22bad2dc6a2eb 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 <http://docs.python-requests.org/>`_
+    The `Requests package <https://requests.readthedocs.io/en/master/>`_
     is recommended for a higher-level HTTP client interface.
 
 



More information about the Python-checkins mailing list