File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ This module defines classes which implement the client side of the HTTP and
1919HTTPS 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
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ The :mod:`urllib.request` module defines functions and classes which help in
1212opening URLs (mostly HTTP) in a complex world --- basic and digest
1313authentication, 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
1621The :mod: `urllib.request ` module defines the following functions:
1722
You can’t perform that action at this time.
0 commit comments