This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Clarify preadv and pwritev is supported AIX 7.1 and newer.
Type: Stage: resolved
Components: Documentation Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: BTaskaya, docs@python, pablogsal
Priority: normal Keywords: patch

Created on 2020-04-06 22:00 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19401 merged BTaskaya, 2020-04-06 22:02
Messages (2)
msg365880 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-06 22:00
preadv and pwritev are supported on AIX 7.1 and newer, it would be good to clarify this in the documentation.
msg369073 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2020-05-16 22:36
New changeset cae2275949157490b469d79ef250387eca324b9e by Batuhan Taskaya in branch 'master':
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)
https://github.com/python/cpython/commit/cae2275949157490b469d79ef250387eca324b9e
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84392
2020-05-16 22:39:28BTaskayasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-05-16 22:36:44pablogsalsetmessages: + msg369073
2020-04-06 22:02:41BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request18762
2020-04-06 22:00:59BTaskayacreate