bpo-28724: Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section#22608
Conversation
jstasiak
left a comment
There was a problem hiding this comment.
Looks reasonable to me!
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
…the "Other functions" section
2c461f7 to
0c875b3
Compare
April 22, 2021 00:23
|
Thanks @gousaiyang for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
Sorry, something went wrong.
…t section (pythonGH-22608) (cherry picked from commit 660592f) Co-authored-by: Saiyang Gou <gousaiyang@163.com>
|
Sorry, @gousaiyang and @methane, I could not cleanly backport this to |
Sorry, something went wrong.
|
We don't need to backport this to 3.8 as those features are 3.9+. |
Sorry, something went wrong.
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