-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-28724: Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section #22608
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
Conversation
jstasiak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me!
|
This PR is stale because it has been open for 30 days with no activity. |
…the "Other functions" section
2c461f7 to
0c875b3
Compare
|
Thanks @gousaiyang for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
…t section (pythonGH-22608) (cherry picked from commit 660592f) Co-authored-by: Saiyang Gou <[email protected]>
|
GH-25517 is a backport of this pull request to the 3.9 branch. |
|
Sorry, @gousaiyang and @methane, I could not cleanly backport this to |
|
We don't need to backport this to 3.8 as those features are 3.9+. |
…t section (GH-22608) (cherry picked from commit 660592f) Co-authored-by: Saiyang Gou <[email protected]>
Move
socket.send_fdsandsocket.recv_fdsdocumentation to the "Other functions" section, since they are module-level functions rather than methods of socket objects. Putting them in the "Socket Objects" section would make people incorrectly think that they are methods of socket objects, which is confusing.https://bugs.python.org/issue28724