urllib and proxy

chris chris.stromberger at gmail.com
Thu Jan 27 13:06:39 EST 2005


This was helpful.  After reading this, I realized you can also just add
this atop whatever script imports urllib.  Just add after "import
urllib":

# Disable proxy use.
urllib.getproxies = lambda x = None: {}
-Chris
http://www.fetidcascade.com/




More information about the Python-list mailing list