[issue14345] Document socket.SOL_SOCKET

2017-08-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue14345] Document socket.SOL_SOCKET

2017-08-10 Thread Ammar Askar
Changes by Ammar Askar : -- pull_requests: +3109 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue14345] Document socket.SOL_SOCKET

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: I think this would be worth doing. All I could find out about SOL_SOCKET is that it's an int and has a value of 65535, at least on 3.4.1, Windows 7 32 bit. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 _

[issue14345] Document socket.SOL_SOCKET

2012-03-16 Thread anatoly techtonik
New submission from anatoly techtonik : socket.get/setsockopt() docs can be improved by providing description for SOL_SOCKET constant, and link to source code for other level constants and socket level options. -- assignee: docs@python components: Documentation messages: 156140 nosy: d