19ed0844f9
Routes all XML-RPC calls through the system HTTPS proxy (HTTPS_PROXY env var) using urllib.request.build_opener(ProxyHandler()) instead of raw socket connections that bypass the proxy. Also adds urllib.request and urllib.error imports.