This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients eldonz@atlanticdb.com, giampaolo.rodola, greg.hellings, gregory.p.smith, pitrou, r.david.murray
Date 2009-12-28.22:23:32
SpamBayes Score 1.017664e-06
Marked as misclassified No
Message-id <1262039014.31.0.448762532716.issue3972@psf.upfronthosting.co.za>
In-reply-to
Content
You are correct that more than just httplib may need this; however, it
is a real need.  Consider for example a machine that has multiple IPs on
the same network (perhaps there used to be two machines but the services
were consolidated onto one or something), and some other server it talks
to is using IP based security in its .htaccess file.  So the client
machine needs to bind to the IP address that the server machine has
authorized to access the web service.  This is why, for example, the ssh
command has a '-b' option to specify the port to which the client binds.
 Or, for an even more apropos example, wget has a --bind-address option
for this reason.
History
Date User Action Args
2009-12-28 22:23:34r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, pitrou, giampaolo.rodola, eldonz@atlanticdb.com, greg.hellings
2009-12-28 22:23:34r.david.murraysetmessageid: <1262039014.31.0.448762532716.issue3972@psf.upfronthosting.co.za>
2009-12-28 22:23:32r.david.murraylinkissue3972 messages
2009-12-28 22:23:32r.david.murraycreate