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 [email protected], gregory.p.smith
Date 2008-10-02.18:17:37
SpamBayes Score 0.072322205
Marked as misclassified No
Message-id <[email protected]>
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, [email protected]
2008-10-02 18:17:40gregory.p.smithsetmessageid: <[email protected]>
2008-10-02 18:17:37gregory.p.smithlinkissue3972 messages
2008-10-02 18:17:37gregory.p.smithcreate