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.

作者 ncoghlan
收信人 Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, synapse, therve, vstinner, wiml
日期 2011-08-23.04:21:34
SpamBayes Score 0.012114908
Marked as misclassified
Message-id <1314073295.87.0.25437792813.issue6560@psf.upfronthosting.co.za>
In-reply-to
内容
Attached patch (ssl_fixes_v1) makes the presence of the sendmsg/recvmsg methods in the ssl module conditional on their being present in the underlying socket module.

However, in doing this, I noticed that these methods will, at best, work during the time between connection and the socket going secure and were not added to the list of methods that the SSL is documented as exposing. Perhaps we should just ditch them entirely?
历史
日期 用户 动作 参数
2011-08-23 04:21:35ncoghlan修改recipients: + ncoghlan, exarkun, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall, python-dev, brian
2011-08-23 04:21:35ncoghlan修改messageid: <1314073295.87.0.25437792813.issue6560@psf.upfronthosting.co.za>
2011-08-23 04:21:34ncoghlan链接issue6560 messages
2011-08-23 04:21:34ncoghlan创建