waving android

I am currently a software engineer at Google, where as a member of the Android platform team I build frameworks and user interfaces.

The blog here at is mostly historical; you can find more recent posts on .

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?

Add a comment

html help (show)

newer: older: