[Python-checkins] cpython (3.5): Use http instead of https, due to certificate error

andrew.kuchling python-checkins at python.org
Tue Nov 8 22:35:58 EST 2016


https://hg.python.org/cpython/rev/952d8dfc0229
changeset:   105006:952d8dfc0229
branch:      3.5
parent:      105004:78ec6302e06d
user:        Andrew Kuchling <amk at amk.ca>
date:        Tue Nov 08 22:33:31 2016 -0500
summary:
  Use http instead of https, due to certificate error

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