merge 3.4 (#23989)
This commit is contained in:
commit
d19458ac51
|
@ -19,6 +19,11 @@ This module defines classes which implement the client side of the HTTP and
|
||||||
HTTPS protocols. It is normally not used directly --- the module
|
HTTPS protocols. It is normally not used directly --- the module
|
||||||
:mod:`urllib.request` uses it to handle URLs that use HTTP and HTTPS.
|
:mod:`urllib.request` uses it to handle URLs that use HTTP and HTTPS.
|
||||||
|
|
||||||
|
.. seealso::
|
||||||
|
|
||||||
|
The `Requests package <http://requests.readthedocs.org/>`_
|
||||||
|
is recommended for a higher-level http client interface.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
HTTPS support is only available if Python was compiled with SSL support
|
HTTPS support is only available if Python was compiled with SSL support
|
||||||
|
|
|
@ -12,6 +12,11 @@ The :mod:`urllib.request` module defines functions and classes which help in
|
||||||
opening URLs (mostly HTTP) in a complex world --- basic and digest
|
opening URLs (mostly HTTP) in a complex world --- basic and digest
|
||||||
authentication, redirections, cookies and more.
|
authentication, redirections, cookies and more.
|
||||||
|
|
||||||
|
.. seealso::
|
||||||
|
|
||||||
|
The `Requests package <http://requests.readthedocs.org/>`_
|
||||||
|
is recommended for a higher-level http client interface.
|
||||||
|
|
||||||
|
|
||||||
The :mod:`urllib.request` module defines the following functions:
|
The :mod:`urllib.request` module defines the following functions:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue