-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-107924: re-order os.sendfile() flag documentation #107926
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
96f3c94
to
1577f68
Compare
Updated the first commit. I've saw that the introducing text also names the various file types and I hadn't added |
Signed-off-by: Christoph Anton Mitterer <[email protected]>
1577f68
to
0d3b527
Compare
Note: will need manual backport for 3.11. A |
Shall I do the backport? And is it even necessary at all? I mean it's just a cosmetic ordering. |
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.
Thanks!
Yes, it would be good if you could do the backport for 3.11.
Two reasons:
- The 3.11 docs are the ones served at https://docs.python.org/3/, we want people to see this fix
- If we don't backport this, but then backport another fix, we can end up with merge conflicts. It's usually easier to keep them in sync.
Sorry, @calestyo and @hugovk, I could not cleanly backport this to |
…107926) (cherry picked from commit 403ab13) Co-authored-by: Christoph Anton Mitterer <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
GH-109099 is a backport of this pull request to the 3.12 branch. |
… (#109099) gh-107924: re-order os.sendfile() flag documentation (GH-107926) (cherry picked from commit 403ab13) Co-authored-by: Christoph Anton Mitterer <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
GH-109178 is a backport of this pull request to the 3.11 branch. |
…7926) Co-authored-by: Hugo van Kemenade <[email protected]> (cherry picked from commit 403ab13)
…#109178) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Christoph Anton Mitterer <[email protected]>
I did the 3.11 backport, thanks again for the issue and fix! |
This should fix #107924. I didn't merge the two flag sections as mentioned there, cause the one for
SF_NOCACHE
has some extra description, and merging that would also be ugly, I guess.Cheers,
Chris.
📚 Documentation preview 📚: https://cpython-previews--107926.org.readthedocs.build/