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, janssen, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, synapse, therve, vstinner, wiml
日期 2011-08-23.12:32:44
SpamBayes Score 1.3456537e-05
Marked as misclassified
Message-id <1314102765.45.0.882984484329.issue6560@psf.upfronthosting.co.za>
In-reply-to
内容
Regarding the 'missing methods' aspect, the SSL docs are already pretty clear that SSLSocket objects don't expose the full socket API:

http://docs.python.org/dev/library/ssl#ssl-sockets

Those docs are actually what really got me started down the path of wondering whether or not these new methods even belong on SSLSocket in the first place.
历史
日期 用户 动作 参数
2011-08-23 12:32:45ncoghlan修改recipients: + ncoghlan, exarkun, janssen, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall, python-dev, brian
2011-08-23 12:32:45ncoghlan修改messageid: <1314102765.45.0.882984484329.issue6560@psf.upfronthosting.co.za>
2011-08-23 12:32:44ncoghlan链接issue6560 messages
2011-08-23 12:32:44ncoghlan创建