summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2016-11-09 03:33:31 (GMT)
committerAndrew Kuchling <amk@amk.ca>2016-11-09 03:33:31 (GMT)
commit58c534dd6cac474776e173fbeb06efbf46aff028 (patch)
treec44b4a8e41b92f2419445e7165896f6e0af23995 /Doc
parentd58fc8b89e9fe036424643472d843cc15318ca97 (diff)
downloadcpython-58c534dd6cac474776e173fbeb06efbf46aff028.zip
cpython-58c534dd6cac474776e173fbeb06efbf46aff028.tar.gz
cpython-58c534dd6cac474776e173fbeb06efbf46aff028.tar.bz2
Use http instead of https, due to certificate error
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.client.rst2
-rw-r--r--Doc/library/urllib.request.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 0a1725e..e1acf92 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 <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
index 9002afa..618c69d 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 <https://docs.python-requests.org/>`_
+ The `Requests package <http://docs.python-requests.org/>`_
is recommended for a higher-level HTTP client interface.