bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
On AIX, sys.platform doesn't contain the major version anymore.
Always return 'aix', instead of 'aix3' .. 'aix7'. Since
older Python versions include the version number, it is recommended to
always use sys.platform.startswith('aix'). M
Michael Felt committed
9d949f7796da612f1b588d18c6f041376992a9fc
Parent: 9b8314c
Committed by Victor Stinner <vstinner@redhat.com>
on 4/12/2019, 2:15:32 PM