[Python-Dev] Update to httplib.py

Bill Janssen janssen at parc.com
Thu Sep 25 18:00:56 CEST 2008


Eldon Ziegler <eldonz at atlanticdb.com> wrote:

> I updated httplib.py, python 2.4, to be able to bind to a specific IP
> address when connecting to a remote site.

Would that be something like

  conn = httplib.HTTPConnection('82.94.237.218', 80)

Doesn't it already do that?

Bill


More information about the Python-Dev mailing list