[issue3972] Add Option to Bind to a Local IP Address in httplib.py

Greg report at bugs.python.org
Mon Dec 28 23:03:04 CET 2009


Greg <greg.hellings at gmail.com> added the comment:

For my own case, I have a machine with 50 IP addresses set and I need to 
run a script to grab data that will randomly select one of those IP 
addresses to use for its outgoing connection.  That's something which 
needs to be selected at the socket level, as best I understand the issue, 
not on the routing end.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3972>
_______________________________________


More information about the Python-bugs-list mailing list