mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
parent
0bd16bc4cd
commit
6de708fd46
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue