getproxies() in python2.3/mac
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?