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 gregory.p.smith
Recipients eldonz@atlanticdb.com, gregory.p.smith
Date 2008-10-02.18:17:37
SpamBayes Score 0.072322205
Marked as misclassified No
Message-id <1222971460.07.0.739286238516.issue3972@psf.upfronthosting.co.za>
In-reply-to
Content
This is useful but as its a feature we won't be able to add it until
2.7/3.1.  Assigning to me to make sure it happens.

Until then, the approach I suggest is to subclass httplib.HTTPConnection
and HTTPSConnection to add your own variants that do bind before connecting.
History
Date User Action Args
2008-10-02 18:17:40gregory.p.smithsetrecipients: + gregory.p.smith, eldonz@atlanticdb.com
2008-10-02 18:17:40gregory.p.smithsetmessageid: <1222971460.07.0.739286238516.issue3972@psf.upfronthosting.co.za>
2008-10-02 18:17:37gregory.p.smithlinkissue3972 messages
2008-10-02 18:17:37gregory.p.smithcreate