This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document socket.SOL_SOCKET
Type: behavior Stage:
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, techtonik
Priority: normal Keywords:

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:28adminsetgithub: 58553
2017-08-11 05:34:58BreamoreBoysetnosy: - BreamoreBoy
2017-08-11 05:20:36ammar2setpull_requests: + pull_request3109
2017-01-22 02:41:53martin.panterlinkissue1732367 dependencies
2014-07-03 23:13:29BreamoreBoysetversions: + Python 3.4, Python 3.5
nosy: + BreamoreBoy

messages: + msg222241

type: behavior
2012-03-17 05:43:01techtonikcreate