summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-20 18:18:14 -0400
committerBenjamin Peterson <benjamin@python.org>2015-04-20 18:18:14 -0400
commit70e3e0e3c77084d31ecc7aa7b6fdd05c8b26a642 (patch)
tree90853fdc787fcf2a8f2c81a9fd435b8d405d45c7 /Doc/library/urllib.request.rst
parent750ce9475750a0f271d3181895f8ff49e69a2bdb (diff)
downloadcpython-70e3e0e3c77084d31ecc7aa7b6fdd05c8b26a642.tar.gz
recommend requests library (closes #23989)
Patch from Van Lindberg
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 053248156b..03ce7523da 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: