From: Andrew Kuchling Date: Wed, 9 Nov 2016 03:07:43 +0000 (-0500) Subject: Update URL for requests documentation after IRC request X-Git-Tag: v3.6.0b4~117^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d58fc8b89e9fe036424643472d843cc15318ca97;p=thirdparty%2FPython%2Fcpython.git Update URL for requests documentation after IRC request --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index d863fe99f1a0..0a1725e81078 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module .. seealso:: - The `Requests package `_ + The `Requests package `_ is recommended for a higher-level HTTP client interface. .. note:: diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 41b5eced38b2..9002afa979ef 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -18,7 +18,7 @@ authentication, redirections, cookies and more. .. seealso:: - The `Requests package `_ + The `Requests package `_ is recommended for a higher-level HTTP client interface.