[Python-checkins] r85382 - python/branches/py3k/Doc/library/http.client.rst

antoine.pitrou python-checkins at python.org
Tue Oct 12 18:44:39 CEST 2010


Author: antoine.pitrou
Date: Tue Oct 12 18:44:39 2010
New Revision: 85382

Log:
Make comment about SSL support more accurate



Modified:
   python/branches/py3k/Doc/library/http.client.rst

Modified: python/branches/py3k/Doc/library/http.client.rst
==============================================================================
--- python/branches/py3k/Doc/library/http.client.rst	(original)
+++ python/branches/py3k/Doc/library/http.client.rst	Tue Oct 12 18:44:39 2010
@@ -17,8 +17,8 @@
 
 .. 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:
 


More information about the Python-checkins mailing list