aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBatuhan Taskaya <batuhanosmantaskaya@gmail.com>2020-05-17 01:36:40 +0300
committerGitHub <noreply@github.com>2020-05-16 23:36:40 +0100
commitcae2275949157490b469d79ef250387eca324b9e (patch)
tree1569a26a7827110eb87796e029b4e432bdd1820c
parentbpo-39740: Early declare devpoll_methods to support old compilers (GH-19281) (diff)
downloadcpython-cae2275949157490b469d79ef250387eca324b9e.tar.gz
cpython-cae2275949157490b469d79ef250387eca324b9e.tar.bz2
cpython-cae2275949157490b469d79ef250387eca324b9e.zip
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)
-rw-r--r--Doc/library/os.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 943e67625c8..6d5fb314a8e 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1151,7 +1151,8 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ 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 <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ 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