diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-11-17 00:00:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 00:00:38 (GMT) |
commit | a57b3d30f66c90f42da751bf82256b9b22961ed0 (patch) | |
tree | 04ec1f393ebfe891fda48a164829bdee76911c0b /Misc/NEWS.d | |
parent | cce3f0b0c88eba98bc11abe703a444bee7880ff8 (diff) | |
download | cpython-a57b3d30f66c90f42da751bf82256b9b22961ed0.zip cpython-a57b3d30f66c90f42da751bf82256b9b22961ed0.tar.gz cpython-a57b3d30f66c90f42da751bf82256b9b22961ed0.tar.bz2 |
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-08-24-16-59-04.bpo-41625.Cc967V.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-24-16-59-04.bpo-41625.Cc967V.rst b/Misc/NEWS.d/next/Library/2020-08-24-16-59-04.bpo-41625.Cc967V.rst new file mode 100644 index 0000000..086788a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-08-24-16-59-04.bpo-41625.Cc967V.rst @@ -0,0 +1,2 @@ +Expose the :c:func:`splice` as :func:`os.splice` in the :mod:`os` module. +Patch by Pablo Galindo |