[issue6560] socket sendmsg(), recvmsg() methods

Nick Coghlan report at bugs.python.org
Tue Aug 23 06:21:35 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

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?

----------
Added file: http://bugs.python.org/file23011/issue6560_ssl_fixes_v1.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6560>
_______________________________________


More information about the Python-bugs-list mailing list