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

This commit is contained in:
Pablo Galindo 2020-11-17 18:13:50 +00:00 committed by GitHub
parent cda23be092
commit fa96608513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)