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 ronaldoussoren
Recipients Windson Yang, lemburg, ronaldoussoren, serhiy.storchaka, vstinner
Date 2018-12-17.09:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545037607.88.0.788709270274.issue35348@psf.upfronthosting.co.za>
In-reply-to
Content
> What result of platform.architecture() do you expect for an universal binary?

I honestly don't know. What is the purpose of this functionality in the first place? I have never had a problem where using this function was the right solution.

To be honest I have the same problem with a number of other APIs in this module. As an example, platform.system_alias() looks interesting but has an API that won't work in general (macOS release version cannot be calculated from platform.uname() information, likewise for linux distribution information).
History
Date User Action Args
2018-12-17 09:06:47ronaldoussorensetrecipients: + ronaldoussoren, lemburg, vstinner, serhiy.storchaka, Windson Yang
2018-12-17 09:06:47ronaldoussorensetmessageid: <1545037607.88.0.788709270274.issue35348@psf.upfronthosting.co.za>
2018-12-17 09:06:47ronaldoussorenlinkissue35348 messages
2018-12-17 09:06:47ronaldoussorencreate