dsandler.org

Archive for June 7th, 2007

getproxies() in python2.3/mac

Thursday, June 7th, 2007

Irritating:

$ python2.3 -c 'import urllib; print urllib.getproxies()'
{}
$ python2.4 -c 'import urllib; print urllib.getproxies()'
{'http': 'http://localhost:8501'}

Is it documented somewhere that getproxies() just plain doesn’t work in OS X with the Apple-supplied 2.3 build?

Posted in Notebook | 3 Comments »