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

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


https://github.com/python/cpython/commit/112f2b805bc83429e8a66a54d088bbefc921abb7
commit: 112f2b805bc83429e8a66a54d088bbefc921abb7
branch: master
author: Simon Legner <Simon.Legner at gmail.com>
committer: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-10-31T05:01:44-07:00
summary:

Update the URL for the requests package (GH-17006)



Change the url from docs.python-requests.org to requests.readthedocs.io

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 a458ab77efd82..807dd8bd379a0 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 a903d605cf4e9..03712c1f4a6ee 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