[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread STINNER Victor
STINNER Victor added the comment: Thanks Pablo Galindo for the new better documentation! (And thanks myself since I wrote the original documentation PR ;-)) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python

[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset 0e823c6efa4729f3cd19f96af82c673b10cd3ee2 by Miss Islington (bot) in branch '3.7': bpo-31368: Enhance os.preadv() documentation (GH-7254) https://github.com/python/cpython/commit/0e823c6efa4729f3cd19f96af82c673b10cd3ee2 -- nosy:

[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +6885 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 02e2a085dc1740b1cbf4ba2ed77335c84ce8a367 by Victor Stinner (Pablo Galindo) in branch 'master': bpo-31368: Enhance os.preadv() documentation (GH-7254) https://github.com/python/cpython/commit/02e2a085dc1740b1cbf4ba2ed77335c84ce8a367 --

[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +6883 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread YoSTEALTH
YoSTEALTH added the comment: I can't at the moment, i am out of country for couple more months. -- ___ Python tracker ___ ___

[issue31368] Add os.preadv() and os.pwritev()

2018-05-24 Thread Ned Deily
Ned Deily added the comment: As far as I can tell, this issue is still open only because of the original desire to expand the original documentation. YoSTEALTH produced PR 5447 based on Victor's original doc update PR. In the meantime, the current 3.7 docs have been

[issue31368] Add os.preadv() and os.pwritev()

2018-01-31 Thread YoSTEALTH
Change by YoSTEALTH : -- pull_requests: +5293 ___ Python tracker ___ ___

[issue31368] Add os.preadv() and os.pwritev()

2018-01-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +5249 ___ Python tracker ___ ___

[issue31368] Add os.preadv() and os.pwritev()

2018-01-28 Thread Ned Deily
Ned Deily added the comment: If I understand the discussion on the PR properly, Victor would like to revisit the documentation for this PR but is OK with the code as merged. I'm therefore downgrading this to "deferred blocker". Please try to get the issue closed one way or

[issue31368] Add os.preadv() and os.pwritev()

2018-01-27 Thread YoSTEALTH
YoSTEALTH added the comment: Thank you Pablo Galindo for your amazingly hard work. Also Victor Stinner for your guidance, thanks you :) -- ___ Python tracker

[issue31368] Add os.preadv() and os.pwritev()

2018-01-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4defba3b95ec0f52ce75b8466831d30fb5d333f3 by Victor Stinner (Pablo Galindo) in branch 'master': bpo-31368: Expose preadv and pwritev in the os module (#5239)

[issue31368] Add os.preadv() and os.pwritev()

2018-01-26 Thread STINNER Victor
STINNER Victor added the comment: FYI in 2013 I proposed to use writev() in the io module, but it was inefficient: bpo-17655. -- ___ Python tracker

[issue31368] Add os.preadv() and os.pwritev()

2018-01-26 Thread STINNER Victor
Change by STINNER Victor : -- title: Support asynchronous, non-blocking buffered reads (RWF_NONBLOCK) -> Add os.preadv() and os.pwritev() ___ Python tracker