New submission from STINNER Victor <victor.stin...@haypocalc.com>: The commit c64216addd7f for issue #6560 added various socket option, but some of them are not well documented or tested.
Authentication: * SO_PASSCRED, SO_PEERCRED, LOCAL_PEERCRED * SCM_RIGHTS, SCM_CREDENTIALS, SCM_CREDS SCTP: * socket.IPPROTO_SCTP is not mentioned in socket.socket() doc (but it's tested) etc. ---------- messages: 146294 nosy: haypo priority: normal severity: normal status: open title: Document and test new socket options _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13256> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com