From: Batuhan Taskaya Date: Sat, 16 May 2020 22:36:40 +0000 (+0300) Subject: bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) X-Git-Tag: v3.9.0b1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cae2275949157490b469d79ef250387eca324b9e;p=thirdparty%2FPython%2Fcpython.git bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 943e67625c8e..6d5fb314a8e3 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1151,7 +1151,8 @@ or `the MSDN `_ on Windo Combine the functionality of :func:`os.readv` and :func:`os.pread`. .. availability:: Linux 2.6.30 and newer, FreeBSD 6.0 and newer, - OpenBSD 2.7 and newer. Using flags requires Linux 4.6 or newer. + OpenBSD 2.7 and newer, AIX 7.1 and newer. Using flags requires + Linux 4.6 or newer. .. versionadded:: 3.7 @@ -1219,7 +1220,8 @@ or `the MSDN `_ on Windo Combine the functionality of :func:`os.writev` and :func:`os.pwrite`. .. availability:: Linux 2.6.30 and newer, FreeBSD 6.0 and newer, - OpenBSD 2.7 and newer. Using flags requires Linux 4.7 or newer. + OpenBSD 2.7 and newer, AIX 7.1 and newer. Using flags requires + Linux 4.7 or newer. .. versionadded:: 3.7