This question is sort of the opposite of this:
http://stackoverflow.com/questions/2317849/how-can-i-use-a-socks-4-5-proxy-with-urllib2
Let's say I use a SOCKS 5 proxy using the method accepted in that question. How would I revert it back to no proxy in the same process?
i.e start process use proxy .. remove proxy ...
Maybe there is a better way to use the proxy so that it's easier to remove it later?