From: Pablo Galindo Date: Tue, 17 Nov 2020 18:13:50 +0000 (+0000) Subject: bpo-41625: Add versionadded to os.splice() constants (GH-23340) X-Git-Tag: v3.10.0a3~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa96608513b6eafe48777f1a5504134939dcbebc;p=thirdparty%2FPython%2Fcpython.git bpo-41625: Add versionadded to os.splice() constants (GH-23340) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 75a8ed44e5b7..648c52b4705d 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1450,6 +1450,7 @@ or `the MSDN `_ on Windo SPLICE_F_NONBLOCK SPLICE_F_MORE + .. versionadded:: 3.10 .. function:: readv(fd, buffers)