Issue 14345: Document socket.SOL_SOCKET - Python tracker (original) (raw)

Issue14345

Created on 2012-03-17 05:43 by techtonik, last changed 2022-04-11 14:57 by admin.

Pull Requests
URL Status Linked Edit
PR 3072 open ammar2,2017-08-11 05:20
Messages (2)
msg156140 - (view) Author: anatoly techtonik (techtonik) Date: 2012-03-17 05:43
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.
msg222241 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-03 23:13
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.
History
Date User Action Args
2022-04-11 14:57:28 admin set github: 58553
2017-08-11 05:34:58 BreamoreBoy set nosy: - BreamoreBoy
2017-08-11 05:20:36 ammar2 set pull_requests: + <pull%5Frequest3109>
2017-01-22 02:41:53 martin.panter link issue1732367 dependencies
2014-07-03 23:13:29 BreamoreBoy set versions: + Python 3.4, Python 3.5nosy: + BreamoreBoymessages: + type: behavior
2012-03-17 05:43:01 techtonik create