Message9815

Author zyasoft
Recipients alex.gronholm, mbooth, zyasoft
Date 2015-04-13.21:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428961570.42.0.652907519928.issue2322@psf.upfronthosting.co.za>
In-reply-to
Content
Partial fix in https://hg.python.org/jython/rev/415c4a58078e, however, we will have to patch httplib to not use 2.7.9's support for SSLContext until we do that work.

I believe it's just a change here in the code:
https://hg.python.org/jython/rev/415c4a58078e#l2.139
to
https://hg.python.org/jython/rev/415c4a58078e#l2.176
(so __init__, connect, __init__ methods)

and can be done by just using the old implementation of these methods in the patched version in Lib/httplib.py
History
Date User Action Args
2015-04-13 21:46:10zyasoftsetmessageid: <1428961570.42.0.652907519928.issue2322@psf.upfronthosting.co.za>
2015-04-13 21:46:10zyasoftsetrecipients: + zyasoft, alex.gronholm, mbooth
2015-04-13 21:46:10zyasoftlinkissue2322 messages
2015-04-13 21:46:10zyasoftcreate