summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-11-17 18:13:50 (GMT)
committerGitHub <noreply@github.com>2020-11-17 18:13:50 (GMT)
commitfa96608513b6eafe48777f1a5504134939dcbebc (patch)
tree18ecb74288897a019a3bb4876c34afb5e43f89a9
parentcda23be092f4a72e4f335cf182f11e7bd7fd98eb (diff)
downloadcpython-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.rst1
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)