Merge from 3.5

This commit is contained in:
Andrew Kuchling 2016-11-08 22:38:54 -05:00
commit bafd4f2560
2 changed files with 2 additions and 2 deletions

View File

@ -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::

View File

@ -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.