Use urllib to retrieve environment proxies.
authorJames Clarke <james@plexapp.com>
Sat, 1 Jun 2013 01:19:34 +0000 (18:19 -0700)
committerJames Clarke <james@plexapp.com>
Sat, 1 Jun 2013 01:19:34 +0000 (18:19 -0700)
commit93be6916f98f191eee9ac053994f61e99869735b
treed9ecee763f558ad61df78edd33852cd4ee8b5163
parent3bb13f8fbb9d4ed1a20bd33495cdc087eb062ca0
Use urllib to retrieve environment proxies.

This has the added benefit of including proxies defined by the OS X System Configuration framework and in the Windows registry, rather than only checking os.environ.
requests/compat.py
requests/utils.py