[issue13256] Document and test new socket options

2013-01-02 Thread STINNER Victor
STINNER Victor added the comment: I created this issue for myself (as a reminder), but sorry I'm not really motivated to work on the documentation, nor test. Document socket options is not trivial because the exact definition depends on the platform. I close the issue. -- resolution:

[issue13256] Document and test new socket options

2011-10-25 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +patch Added file: http://bugs.python.org/file23516/socket_options_doc.patch ___ Python tracker ___ _

[issue13256] Document and test new socket options

2011-10-25 Thread STINNER Victor
STINNER Victor added the comment: For #12619, I added socket.SO_BINDTODEVICE constant. -- ___ Python tracker ___ ___ Python-bugs-list

[issue13256] Document and test new socket options

2011-10-24 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> docs@python components: +Documentation, Tests nosy: +docs@python stage: -> needs patch versions: +Python 3.3 ___ Python tracker ___

[issue13256] Document and test new socket options

2011-10-24 Thread STINNER Victor
STINNER Victor added the comment: Another issue: the "version added" tag is not used, it's not possible to know that socket.SO_PEERCRED was added in Python 3.3. -- ___ Python tracker _

[issue13256] Document and test new socket options

2011-10-24 Thread STINNER Victor
New submission from STINNER Victor : 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 no