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 eldonz@atlanticdb.com
Recipients eldonz@atlanticdb.com, giampaolo.rodola, greg.hellings, gregory.p.smith, pitrou, r.david.murray
Date 2009-12-28.22:48:10
SpamBayes Score 3.2731714e-05
Marked as misclassified No
Message-id <1262040491.97.0.640851872039.issue3972@psf.upfronthosting.co.za>
In-reply-to
Content
The patch files for Python 2.6 and a test file are in the attached tar
file. Both httplib.py and socket.py need to be patched now.

httplib.HTTPConnection(host[, port[, strict[, timeout]]])

becomes

httplib.HTTPConnection(host[, port[, strict[, timeout[, bindip]]]])

and

httplib.HTTPSConnection(host[, port[, key_file[, cert_file[, strict[,
timeout]]]]])

becomes

httplib.HTTPSConnection(host[, port[, key_file[, cert_file[, strict[,
timeout[, bindip]]]]]])
History
Date User Action Args
2009-12-28 22:48:12eldonz@atlanticdb.comsetrecipients: + eldonz@atlanticdb.com, gregory.p.smith, pitrou, giampaolo.rodola, r.david.murray, greg.hellings
2009-12-28 22:48:11eldonz@atlanticdb.comsetmessageid: <1262040491.97.0.640851872039.issue3972@psf.upfronthosting.co.za>
2009-12-28 22:48:10eldonz@atlanticdb.comlinkissue3972 messages
2009-12-28 22:48:10eldonz@atlanticdb.comcreate