Re: [Python-Dev] Update to httplib.py

2008-09-25 Thread Oleg Broytmann
On Thu, Sep 25, 2008 at 09:00:56AM -0700, Bill Janssen wrote: > Eldon Ziegler <[EMAIL PROTECTED]> 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

Re: [Python-Dev] Update to httplib.py

2008-09-25 Thread Bill Janssen
Eldon Ziegler <[EMAIL PROTECTED]> 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 __

Re: [Python-Dev] Update to httplib.py

2008-09-25 Thread Eric Smith
Eldon Ziegler 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 there be any interest in making this available to others? If so, are there instructions on how to post an update? Create an issue at http://bugs.python.org/

[Python-Dev] Update to httplib.py

2008-09-25 Thread Eldon Ziegler
I updated httplib.py, python 2.4, to be able to bind to a specific IP address when connecting to a remote site. Would there be any interest in making this available to others? If so, are there instructions on how to post an update? Eldon Ziegler ___ Py