[issue14345] Document socket.SOL_SOCKET

New submission from anatoly techtonik <techtonik@gmail.com>: 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: docs@python, techtonik priority: normal severity: normal status: open title: Document socket.SOL_SOCKET _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14345> _______________________________________

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 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14345> _______________________________________

Changes by Ammar Askar <ammar@ammaraskar.com>: ---------- pull_requests: +3109 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14345> _______________________________________

Changes by Mark Lawrence <breamoreboy@gmail.com>: ---------- nosy: -BreamoreBoy _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14345> _______________________________________
participants (3)
-
Ammar Askar
-
anatoly techtonik
-
Mark Lawrence