Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cae2275

Browse files
authored
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)
1 parent 31245d1 commit cae2275

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,8 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
11511151
Combine the functionality of :func:`os.readv` and :func:`os.pread`.
11521152

11531153
.. availability:: Linux 2.6.30 and newer, FreeBSD 6.0 and newer,
1154-
OpenBSD 2.7 and newer. Using flags requires Linux 4.6 or newer.
1154+
OpenBSD 2.7 and newer, AIX 7.1 and newer. Using flags requires
1155+
Linux 4.6 or newer.
11551156

11561157
.. versionadded:: 3.7
11571158

@@ -1219,7 +1220,8 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
12191220
Combine the functionality of :func:`os.writev` and :func:`os.pwrite`.
12201221

12211222
.. availability:: Linux 2.6.30 and newer, FreeBSD 6.0 and newer,
1222-
OpenBSD 2.7 and newer. Using flags requires Linux 4.7 or newer.
1223+
OpenBSD 2.7 and newer, AIX 7.1 and newer. Using flags requires
1224+
Linux 4.7 or newer.
12231225

12241226
.. versionadded:: 3.7
12251227

0 commit comments

Comments
 (0)