Browse Source

Merge from 3.5

pull/9921/head
Andrew Kuchling 9 years ago
parent
commit
9a7aff521e
  1. 2
      Doc/library/http.client.rst
  2. 2
      Doc/library/urllib.request.rst

2
Doc/library/http.client.rst

@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module
.. seealso::
The `Requests package <https://requests.readthedocs.org/>`_
The `Requests package <https://docs.python-requests.org/>`_
is recommended for a higher-level HTTP client interface.
.. note::

2
Doc/library/urllib.request.rst

@ -18,7 +18,7 @@ authentication, redirections, cookies and more.
.. seealso::
The `Requests package <https://requests.readthedocs.org/>`_
The `Requests package <https://docs.python-requests.org/>`_
is recommended for a higher-level HTTP client interface.

Loading…
Cancel
Save