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.

作者 baikie
收信人 Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, janssen, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, synapse, therve, vstinner, wiml
日期 2011-08-24.19:13:27
SpamBayes Score 8.137265e-05
Marked as misclassified
Message-id <20110824191325.GA5015@dbwatson.ukfsn.org>
In-reply-to <1314102618.33.0.317621371319.issue6560@psf.upfronthosting.co.za>
内容
On Tue 23 Aug 2011, Nick Coghlan wrote:
> As you can see, I just pushed a change that removed the new
> methods from SSLSocket objects. If anyone wants to step up with
> a valid use case (not already covered by wrap_socket),
> preferably with a patch to add them back that includes proper
> tests and documentation changes, please open a new feature
> request and attach the new patch to that issue.

Hi, sorry about the trouble caused by the broken tests, but
SSLSocket should at least override sendmsg() to stop misguided
programs sending data in the clear:

http://bugs.python.org/issue12835
历史
日期 用户 动作 参数
2011-08-24 19:13:28baikie修改recipients: + baikie, exarkun, ncoghlan, janssen, pitrou, therve, vstinner, jackdied, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall, python-dev, brian
2011-08-24 19:13:27baikie链接issue6560 messages
2011-08-24 19:13:27baikie创建