-
Committer:
v.ladeuil+lp at free
-
Date:
2006-12-08 10:18:41 UTC
-
mto:
(2182.1.1 Aaron's integration)
-
mto:
This revision was merged to the branch mainline in
revision
2183.
-
Revision ID:
v.ladeuil+lp@free.fr-20061208101841-pqp1yn2viwkdem6y
* bzrlib/transport/http/_urllib2_wrappers.py:
(ProxyHandler.__init__): Reworked to handle the no_proxy env
var. Note that the urllib2 implementation is buggy (it ignores the
no_proxy). This third patch still not fix this issue, it only
ignores no_proxy too ;)
(ProxyHandler.get_proxy): New accessor.
(ProxyHandler.set_proxy): Renamed from set_request_proxy.