bpo-31368: Enhance os.preadv() documentation by vstinner · Pull Request #5415 · python/cpython (original) (raw)
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.