New submission from Matthias Klose: 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. ---------- components: Windows messages: 243223 nosy: doko, ned.deily, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: please align the platform tag for windows versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24198> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com