Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>
Fri, 4 Oct 2013 06:07:11 +0000 (16:07 +1000)
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>
Fri, 4 Oct 2013 06:07:11 +0000 (16:07 +1000)
commit4291f76c9939a15838feed0b64230f4197ba844b
tree70278c18fb50b800df23e14160855b7454cbb786
parent9968a10fcfad7268b552808c4f8946eecafc956a
Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
requests/adapters.py
requests/exceptions.py