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

andrew.kuchling python-checkins at python.org
Tue Nov 8 22:39:10 EST 2016


https://hg.python.org/cpython/rev/1f7baa4c8b43
changeset:   105007:1f7baa4c8b43
branch:      3.6
parent:      105005:1d482fe040b7
parent:      105006:952d8dfc0229
user:        Andrew Kuchling <amk at amk.ca>
date:        Tue Nov 08 22:38:54 2016 -0500
summary:
  Merge from 3.5

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://docs.python-requests.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://docs.python-requests.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