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