summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip instead of fail this test if the socket module has no sslGuido van Rossum2001-09-061-0/+3
| | | | support.
* A test of SSL support, using a roundabout method suggested by Guido.Barry Warsaw2001-08-201-0/+13
However, this is only enabled with regrtest's --use=network switch.