Comment 5 for bug 186920

Revision history for this message
John A Meinel (jameinel) wrote : Re: bzr launchpad does not handle proxy when used for name resolution

We are using the standard system calls for resolving host names. So we would need something like this to work:

  python -c "import socket; socket.gethostbyname('www.google.com')"

I would assume that this would be some sort of machine configuration, not something that we would handle specially in our program.