diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2018-01-27 16:16:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2018-01-27 16:16:37 (GMT) |
commit | 4defba3b95ec0f52ce75b8466831d30fb5d333f3 (patch) | |
tree | afd798704c96cc3f12a1ae38ede0863ffef56938 /Misc | |
parent | 60da99b8e2f7bf497569ae4d6c218866575729bf (diff) | |
download | cpython-4defba3b95ec0f52ce75b8466831d30fb5d333f3.zip cpython-4defba3b95ec0f52ce75b8466831d30fb5d333f3.tar.gz cpython-4defba3b95ec0f52ce75b8466831d30fb5d333f3.tar.bz2 |
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-01-19-01-54-22.bpo-31368.kzKqUR.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-01-19-01-54-22.bpo-31368.kzKqUR.rst b/Misc/NEWS.d/next/Core and Builtins/2018-01-19-01-54-22.bpo-31368.kzKqUR.rst new file mode 100644 index 0000000..e13a58b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-01-19-01-54-22.bpo-31368.kzKqUR.rst @@ -0,0 +1 @@ +Expose preadv and pwritev system calls in the os module. Patch by Pablo Galindo |