From 0518842b692a0f698018e35a0f754118b4762fbd Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 12 Oct 2010 16:44:39 +0000 Subject: Make comment about SSL support more accurate --- Doc/library/http.client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 9df61b7..6c96731 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -17,8 +17,8 @@ HTTPS protocols. It is normally not used directly --- the module .. note:: - HTTPS support is only available if the :mod:`socket` module was compiled with - SSL support. + HTTPS support is only available if the Python was compiled with SSL + support (through the :mod:`ssl` module). The module provides the following classes: -- cgit v0.12