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.

Author doko
Recipients doko, ned.deily, steve.dower, tim.golden, zach.ware
Date 2015-05-14.22:18:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431641901.05.0.53080075621.issue24198@psf.upfronthosting.co.za>
In-reply-to
Content
Steve, I'd like to align the platform tag across platforms to "something" uniform.  For POSIX systems we currently use the form <base cpu>-<os>-<abi>.  This is derived from the autoconf host definition. Currently the windows builds use "win32", "win_ia64", "win_arm", "win_amd64". Would you consider (in descending priority):

 - to replace the _ with a -. The autoconf host definition use
   the dash as a separator, while the _ is used inside the
   single fields.
 - to change the order to <base cpu>-<os>
 - to use the cpu names i386, x86_64, ia64 and arm (and maybe
   for the future aarch64).

It maybe doesn't make sense to change these where these tags exist in released versions, but it would be nice to have some common scheme used for the major platforms.

Note that Darwin uses this too, but chooses to only encode the <os>.

Also it would be nice to see the ABITAGS used for windows as well.
History
Date User Action Args
2015-05-14 22:18:21dokosetrecipients: + doko, tim.golden, ned.deily, zach.ware, steve.dower
2015-05-14 22:18:21dokosetmessageid: <1431641901.05.0.53080075621.issue24198@psf.upfronthosting.co.za>
2015-05-14 22:18:20dokolinkissue24198 messages
2015-05-14 22:18:20dokocreate