◐ Shell
reader mode source ↗
Skip to content

bpo-31368: Enhance os.preadv() documentation#5415

Closed
vstinner wants to merge 5 commits into
python:masterfrom
vstinner:preadv_doc
Closed

bpo-31368: Enhance os.preadv() documentation#5415
vstinner wants to merge 5 commits into
python:masterfrom
vstinner:preadv_doc

Conversation

@vstinner

@vstinner vstinner commented Jan 29, 2018

Copy link
Copy Markdown
Member

@vstinner

Copy link
Copy Markdown
Member Author

@pablogsal: would you mind to review my PR?

cc @YoSTEALTH @njsmith @csabella

pread(): rename second parameter from 'buffersize' to 'n', reuse
read() parameter name. The parameter is positional-only and so this
change is backward compatible.
@vstinner

Copy link
Copy Markdown
Member Author

Sorry for reviewers, but I basically rewrote my whole PR to cleanup the documentation of all read and write functions:

  • read, pread, readv, preadv
  • write, pwrite, writev, pwritev

The documentation should now be more consistent.

@vstinner

vstinner commented Feb 1, 2018

Copy link
Copy Markdown
Member Author

I abandon my change. Feel free to reuse my change to create a new PR if you want to enhance the documentation.

@vstinner vstinner closed this Feb 1, 2018
@vstinner vstinner deleted the preadv_doc branch May 29, 2018 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants