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
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
__
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/
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