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: remove references to aix3 and aix4 in \*.py
Type: Stage: resolved
Components: Build, Tests Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Michael.Felt, methane
Priority: normal Keywords: patch

Created on 2019-04-02 09:21 by Michael.Felt, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 12658 merged Michael.Felt, 2019-04-02 09:31
Messages (2)
msg339322 - (view) Author: Michael Felt (Michael.Felt) * Date: 2019-04-02 09:21
sys.platform returns "aix[3|4|4|5|6|7"

AIX 3 and AIX 4 are no longer around, in any supported form, so references to these specific releases is pointless.

This will remove the (two) places where they are still referenced.
msg339585 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2019-04-08 00:51
New changeset b7eec94c0e86f8ac318b135ca9146fff32b7203a by Inada Naoki (Michael Felt) in branch 'master':
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
https://github.com/python/cpython/commit/b7eec94c0e86f8ac318b135ca9146fff32b7203a
History
Date User Action Args
2022-04-11 14:59:13adminsetgithub: 80684
2019-04-08 00:52:09methanesetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: - Python 3.7, Python 3.9
2019-04-08 00:51:35methanesetnosy: + methane
messages: + msg339585
2019-04-02 09:31:39Michael.Feltsetkeywords: + patch
stage: patch review
pull_requests: + pull_request12587
2019-04-02 09:21:16Michael.Feltcreate