commit | 39afa2d3147e4b05a1161cc90dbf09b95072c2bb | [log] [tgz] |
---|---|---|
author | Michael Felt <aixtools@users.noreply.github.com> | Sun Dec 15 15:17:53 2019 +0100 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Dec 16 00:17:53 2019 +1000 |
tree | 4e55f8d4697cc79658b89c0ccfa1d43dfb01ecb7 | |
parent | 94d2c8df1a7657015a2fcdb4c4d43392f91f8348 [diff] |
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) Provides a richer platform tag for AIX that we expect to be sufficient for PEP 425 binary distribution identification. Any backports to earlier Python versions will be handled via setuptools. Patch by Michael Felt.