Hi Dimitris,

> I've been looking for a way to explicitly disable the use of proxies with 
> urllib2, no matter what the environment dictates. Unfortunately I can't find 
> a way [...]

Would changing the environment work?  Like this:

>>> del os.environ['http_proxy']
>>> do_stuff_with_urllib2()

-- 
Richie Hindle
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to