Message 69010 - Python tracker (original) (raw)

Message69010

Author giampaolo.rodola
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, pitrou, roberte
Date 2008-06-30.16:45:25
SpamBayes Score 0.24901478
Marked as misclassified No
Message-id 1214844362.8.0.618397333777.issue2054@psf.upfronthosting.co.za
In-reply-to
Content
Ok, so let's leave httplib alone. Let's just add the unwrap() method to ssl.SSLSocket so that it could be be possible to go ahead with the current patch. Modifying it consists in just adding a new prot_c method (I could do that). As for the cacerts needed to be passed to FTP_TLS constructor you could do that afterwards.
History
Date User Action Args
2008-06-30 16:46:03 giampaolo.rodola set spambayes_score: 0.249015 -> 0.24901478recipients: + giampaolo.rodola, gregory.p.smith, janssen, pitrou, roberte, iElectric
2008-06-30 16:46:02 giampaolo.rodola set spambayes_score: 0.249015 -> 0.249015messageid: 1214844362.8.0.618397333777.issue2054@psf.upfronthosting.co.za
2008-06-30 16:45:25 giampaolo.rodola link issue2054 messages
2008-06-30 16:45:25 giampaolo.rodola create