Kale
Results
1
issues of
Kale
ssl.wrap_socket is still used in util/http.py Here is a replacement http.py which works on 3.12, though some functionality may have been removed. ``` import certifi import os import ssl import...