[New-bugs-announce] [issue13256] Document and test new socket options

STINNER Victor report at bugs.python.org
Mon Oct 24 13:46:15 CEST 2011


New submission from STINNER Victor <victor.stinner at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13256>
_______________________________________


More information about the New-bugs-announce mailing list