Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d19458a

Browse files
committed
merge 3.4 (#23989)
2 parents 4e2d82c + 6de708f commit d19458a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Doc/library/http.client.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ This module defines classes which implement the client side of the HTTP and
1919
HTTPS protocols. It is normally not used directly --- the module
2020
:mod:`urllib.request` uses it to handle URLs that use HTTP and HTTPS.
2121

22+
.. seealso::
23+
24+
The `Requests package <http://requests.readthedocs.org/>`_
25+
is recommended for a higher-level http client interface.
26+
2227
.. note::
2328

2429
HTTPS support is only available if Python was compiled with SSL support

Doc/library/urllib.request.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ The :mod:`urllib.request` module defines functions and classes which help in
1212
opening URLs (mostly HTTP) in a complex world --- basic and digest
1313
authentication, redirections, cookies and more.
1414

15+
.. seealso::
16+
17+
The `Requests package <http://requests.readthedocs.org/>`_
18+
is recommended for a higher-level http client interface.
19+
1520

1621
The :mod:`urllib.request` module defines the following functions:
1722

0 commit comments

Comments
 (0)