Skip to content
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

bpo-28724: Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section #22608

Merged
merged 3 commits into from Apr 22, 2021

Conversation

@gousaiyang
Copy link
Contributor

@gousaiyang gousaiyang commented Oct 9, 2020

Move socket.send_fds and socket.recv_fds documentation 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

Copy link
Contributor

@jstasiak jstasiak left a comment

Looks reasonable to me!

@github-actions
Copy link

@github-actions github-actions bot commented Dec 17, 2020

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 17, 2020
@gousaiyang gousaiyang changed the title Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section bpo-28724: Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section Apr 22, 2021
…the "Other functions" section
@gousaiyang gousaiyang force-pushed the gousaiyang:socket-sendrecvfd-doc branch from 2c461f7 to 0c875b3 Apr 22, 2021
gousaiyang added 2 commits Apr 22, 2021
@methane methane merged commit 660592f into python:master Apr 22, 2021
12 checks passed
12 checks passed
Docs
Details
Check for source changes
Details
Check if generated files are up to date
Details
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}
Details
Azure Pipelines PR #20210422.7 succeeded
Details
Travis CI - Pull Request Build Passed
Details
bedevere/issue-number Issue number 28724 found
Details
bedevere/news "skip news" label found
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 22, 2021

Thanks @gousaiyang for the PR, and @methane for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this pull request Apr 22, 2021
…t section (pythonGH-22608)

(cherry picked from commit 660592f)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 22, 2021

GH-25517 is a backport of this pull request to the 3.9 branch.

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 22, 2021

Sorry, @gousaiyang and @methane, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 660592f67c0d825b06eb4a38ccc04b34a1f01f00 3.8

@gousaiyang
Copy link
Contributor Author

@gousaiyang gousaiyang commented Apr 22, 2021

We don't need to backport this to 3.8 as those features are 3.9+.

@gousaiyang gousaiyang deleted the gousaiyang:socket-sendrecvfd-doc branch Apr 22, 2021
miss-islington added a commit that referenced this pull request Apr 22, 2021
…t section (GH-22608)

(cherry picked from commit 660592f)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants