-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
socket module shutdown() constants SHUT_RD, etc not included in Constants section #122519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We don't document all of them one by one, but I think we can document them using |
Hi @picnixz, |
Mmh, perhaps not. Those (that you show) are generally used in arguments to the setsockopt() and getsockopt(). A dedicated category could be made for the |
Ok, so make a category like the below and mention these argument are used to the If my understanding is right ? |
Yes, something like that. Best is to see how the other constants are documented when they are grouped. You'll need to update the links to those constants as well. |
I made a preliminary modification on documention, please help me check if there is anything need to change, thank you very much! |
pythonGH-122543) (cherry picked from commit 8a59dec) Co-authored-by: Damien <[email protected]>
pythonGH-122543) (cherry picked from commit 8a59dec) Co-authored-by: Damien <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Documentation
In documentation for socket module, the constants SHUT_RD, SHUT_WR, SHUT_RDWR are mentioned in the description for shutdown(), but they are missing from the Constants section on that page.
Linked PRs
The text was updated successfully, but these errors were encountered: