Message7732

Author amak
Recipients amak, t-8ch
Date 2013-02-23.15:29:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361633376.97.0.2174372339.issue2016@psf.upfronthosting.co.za>
In-reply-to
Content
"""
It is indeed the case that the current implementation delegates the recv() et al methods to the underlying socket, and should not, because they operate on the unwrapped/unencrypted socket. I will fix this straightaway. The immediate fix will be to not support the methods for now, until the cpython question of undocumented methods is resolved.
"""

It is indeed the case that the current *jython 2.7* implementation ....
History
Date User Action Args
2013-02-23 15:29:36amaksetmessageid: <1361633376.97.0.2174372339.issue2016@psf.upfronthosting.co.za>
2013-02-23 15:29:36amaksetrecipients: + amak, t-8ch
2013-02-23 15:29:36amaklinkissue2016 messages
2013-02-23 15:29:36amakcreate