[Python-checkins] bpo-41625: Add versionadded to os.splice() constants (GH-23340)

pablogsal webhook-mailer at python.org
Tue Nov 17 13:13:58 EST 2020


https://github.com/python/cpython/commit/fa96608513b6eafe48777f1a5504134939dcbebc
commit: fa96608513b6eafe48777f1a5504134939dcbebc
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2020-11-17T18:13:50Z
summary:

bpo-41625: Add versionadded to os.splice() constants (GH-23340)

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 75a8ed44e5b7b..648c52b4705d9 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)
 



More information about the Python-checkins mailing list