[issue12887] Documenting all SO_* constants in socket module

2016-08-11 Thread Martin Panter
Martin Panter added the comment: See also Issue 27409, where I am proposing to list the SO_* and other constants by name (with associated Python version and whether they are missing on some platforms), but without descriptions. -- nosy: +martin.panter _

[issue12887] Documenting all SO_* constants in socket module

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

[issue12887] Documenting all SO_* constants in socket module

2014-06-24 Thread Mark Lawrence
Mark Lawrence added the comment: @Sandro do you want to follow this up? msg142613 was on #12781. -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue12887] Documenting all SO_* constants in socket module

2011-09-02 Thread Sandro Tosi
New submission from Sandro Tosi : spinning off msg142613 - it would be interesting to have in the socket module documentation also an explanation of all the several SO_ flags available; even a compact table could be ok; or even a link to a remote reference for them. -- assignee: docs@p

[issue12887] Documenting all SO_* constants in socket module

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

[issue12887] Documenting all SO_* constants in socket module

2017-08-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___ __