diff -r 35a9d60145cd Doc/library/http.client.rst --- a/Doc/library/http.client.rst Fri Apr 17 04:58:45 2015 +0300 +++ b/Doc/library/http.client.rst Fri Apr 17 13:35:46 2015 -0500 @@ -19,6 +19,12 @@ HTTPS protocols. It is normally not used directly --- the module :mod:`urllib.request` uses it to handle URLs that use HTTP and HTTPS. +.. seealso:: + + The `Requests package `_ + is recommended for a higher-level http client interface. + + .. note:: HTTPS support is only available if Python was compiled with SSL support