]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make comment about SSL support more accurate
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 12 Oct 2010 16:44:39 +0000 (16:44 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 12 Oct 2010 16:44:39 +0000 (16:44 +0000)
Doc/library/http.client.rst

index 9df61b720ddd2f391bea4a6cccef722c7f8c520d..6c96731844526cd2c235c83d6ea132d7237b063b 100644 (file)
@@ -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: