[Python-checkins] cpython (merge 3.6 -> default): Merge 3.6

andrew.kuchling python-checkins at python.org
Tue Nov 8 22:57:56 EST 2016


https://hg.python.org/cpython/rev/b78574cb00ab
changeset:   105008:b78574cb00ab
parent:      105003:8e3d359cc73b
parent:      105007:1f7baa4c8b43
user:        Andrew Kuchling <amk at amk.ca>
date:        Tue Nov 08 22:53:59 2016 -0500
summary:
  Merge 3.6

files:
  Doc/library/http.client.rst    |  2 +-
  Doc/library/urllib.request.rst |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -20,7 +20,7 @@
 
 .. seealso::
 
-    The `Requests package <https://requests.readthedocs.org/>`_
+    The `Requests package <http://docs.python-requests.org/>`_
     is recommended for a higher-level HTTP client interface.
 
 .. note::
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -18,7 +18,7 @@
 
 .. seealso::
 
-    The `Requests package <https://requests.readthedocs.org/>`_
+    The `Requests package <http://docs.python-requests.org/>`_
     is recommended for a higher-level HTTP client interface.
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list