mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
Found a different, more direct way to disable ssl support until it's fixed.
This commit is contained in:
parent
1b81e7bea5
commit
245b42ec4b
4 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,8 @@
|
|||
# Wrapper module for _ssl, providing some additional facilities
|
||||
# implemented in Python. Written by Bill Janssen.
|
||||
|
||||
raise ImportError("ssl.py is temporarily out of order")
|
||||
|
||||
"""\
|
||||
This module provides some more Pythonic support for SSL.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue