mirror of https://github.com/python/cpython.git
Make comment about SSL support more accurate
This commit is contained in:
parent
8349031934
commit
0518842b69
|
@ -17,8 +17,8 @@ HTTPS protocols. It is normally not used directly --- the module
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
HTTPS support is only available if the :mod:`socket` module was compiled with
|
HTTPS support is only available if the Python was compiled with SSL
|
||||||
SSL support.
|
support (through the :mod:`ssl` module).
|
||||||
|
|
||||||
The module provides the following classes:
|
The module provides the following classes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue