diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-20 22:22:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-20 22:22:21 (GMT) |
commit | d19458ac51633cac979b7c7b9439ea89f179c8c8 (patch) | |
tree | 47b2dad429d3ab0eef0da3caa3d863dcc8815f25 /Doc/library/urllib.request.rst | |
parent | 4e2d82cfbceebf3237c956c56176bdc08f816283 (diff) | |
parent | 6de708fd46207f6af67d4c0e8902f0d56ea4495c (diff) | |
download | cpython-d19458ac51633cac979b7c7b9439ea89f179c8c8.zip cpython-d19458ac51633cac979b7c7b9439ea89f179c8c8.tar.gz cpython-d19458ac51633cac979b7c7b9439ea89f179c8c8.tar.bz2 |
merge 3.4 (#23989)
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 5010fc3..349ba70 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -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: |