-
-
Notifications
You must be signed in to change notification settings - Fork 32k
os.sendfile() flags improperly ordered in documentation #107924
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
Signed-off-by: Christoph Anton Mitterer <[email protected]>
Signed-off-by: Christoph Anton Mitterer <[email protected]>
Signed-off-by: Christoph Anton Mitterer <[email protected]>
Signed-off-by: Christoph Anton Mitterer <[email protected]>
@Eclips4 note that you can have a 'docs bug'. The four A |
@calestyo please could you split your PR into two separate PRs, one for each distinct issue? A |
Signed-off-by: Christoph Anton Mitterer <[email protected]>
os.rst
@AA-Turner split out the stuff regarding So I'd guess the MR for this one could be merged. |
Co-authored-by: Hugo van Kemenade <[email protected]>
…107926) (cherry picked from commit 403ab13) Co-authored-by: Christoph Anton Mitterer <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
… (#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]>
…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]>
Uh oh!
There was an error while loading. Please reload this page.
Bug report
There are some minor issues in the documentation for which I'm about to submit MRs:
os.sendfile()
, it seems to make no sense that theos.set_blocking()
function comes in-between theos.sendfile()
function and its flags.cpython/Doc/library/os.rst
Lines 1542 to 1618 in cc2cf85
Checklist
Linked PRs
The text was updated successfully, but these errors were encountered: