File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments