Message 68978 - Python tracker (original) (raw)

Message68978

Author janssen
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, pitrou, roberte
Date 2008-06-30.01:03:17
SpamBayes Score 0.018750662
Marked as misclassified No
Message-id 1214787798.96.0.0434700274062.issue2054@psf.upfronthosting.co.za
In-reply-to
Content
The 2.6/3.0 changes are now up-to-date. We could reconsider this problem. My guess is that we still don't quite know what to do. I think the issue is that we need a way to "unwrap" the SSL-secured TCP stream, after it's been used. So we need to expose the SSL shutdown mechanism (already in the _ssl.c module) in the Python code. Something like socket = self.unwrap() which would return a plain socket.socket instance.
History
Date User Action Args
2008-06-30 01:03:19 janssen set spambayes_score: 0.0187507 -> 0.018750662recipients: + janssen, gregory.p.smith, pitrou, giampaolo.rodola, roberte, iElectric
2008-06-30 01:03:18 janssen set spambayes_score: 0.0187507 -> 0.0187507messageid: 1214787798.96.0.0434700274062.issue2054@psf.upfronthosting.co.za
2008-06-30 01:03:18 janssen link issue2054 messages
2008-06-30 01:03:17 janssen create