Closed
Description
Bug report
There are some minor issues in the documentation for which I'm about to submit MRs:
- There's some bad ordering around
os.sendfile()
, it seems to make no sense that theos.set_blocking()
function comes in-between theos.sendfile()
function and its flags. - Also, the flags could possibly be joined into one section
Lines 1542 to 1618 in cc2cf85
Checklist
- I am confident this is a bug in CPython, not a bug in a third-party project
- I have searched the CPython issue tracker, and am confident this bug has not been reported before