Using a python web client behind a proxy (urllib and twisted.web)

Mike Meyer mwm at mired.org
Thu Apr 14 02:42:38 EDT 2005


Matthijs <newsclient at high.speedlinq.nl> writes:

> I have been trying to make a script that will download several rss
> feeds to my computer. The only problem I have is that I have to go
> through a proxy.
>
> First I tried using urllib (python 2.4, win32) but I found that the
> http_proxy and no_proxy code were not implemented for win32. I have
> made changes to urllib and urllib2 so that they use the proxy set in
> either the windows registry or in an environment variable.
>
> Question: How can I get this code added to the python distribution?

submit a patch to <URL: http://sourceforge.net/tracker/?group_id=5470 >.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list