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

Nick Coghlan report at bugs.python.org
Tue Aug 23 14:32:45 CEST 2011


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

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.

----------

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


More information about the Python-bugs-list mailing list