mirror of https://github.com/python/cpython
Use http instead of https, due to certificate error
This commit is contained in:
parent
d58fc8b89e
commit
58c534dd6c
|
@ -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::
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue