diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-11-17 18:13:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 18:13:50 (GMT) |
commit | fa96608513b6eafe48777f1a5504134939dcbebc (patch) | |
tree | 18ecb74288897a019a3bb4876c34afb5e43f89a9 | |
parent | cda23be092f4a72e4f335cf182f11e7bd7fd98eb (diff) | |
download | cpython-fa96608513b6eafe48777f1a5504134939dcbebc.zip cpython-fa96608513b6eafe48777f1a5504134939dcbebc.tar.gz cpython-fa96608513b6eafe48777f1a5504134939dcbebc.tar.bz2 |
bpo-41625: Add versionadded to os.splice() constants (GH-23340)
-rw-r--r-- | Doc/library/os.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 75a8ed4..648c52b 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1450,6 +1450,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo SPLICE_F_NONBLOCK SPLICE_F_MORE + .. versionadded:: 3.10 .. function:: readv(fd, buffers) |