From ca2f90f509c8e4d38894f67aed15c757d4a116b0 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 30 Oct 2019 22:15:58 +0100 Subject: [PATCH 1/3] doc(http.client): fix link for requests package --- Doc/library/http.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index a458ab77efd82c..1a45b317789e0d 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:: From a64d7f9990f366faccbdb4159c09ee810179b900 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 31 Oct 2019 07:56:07 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-Authored-By: Mariatta --- Doc/library/http.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 1a45b317789e0d..807dd8bd379a08 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:: From 44ecbdafccb0648df8608a223d626e634986e571 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 31 Oct 2019 07:56:29 +0100 Subject: [PATCH 3/3] doc(urllib.request): fix link for requests package --- Doc/library/urllib.request.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index a903d605cf4e95..03712c1f4a6eea 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.