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 steve.dower
Recipients Ryan Thornton, dstufft, eric.araujo, puetzk, steve.dower, vinay.sajip
Date 2019-12-09.19:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575918072.47.0.521588067829.issue38989@roundup.psfhosted.org>
In-reply-to
Content
> maybe you have some relevant context

Nothing you haven't figured out yourself. As you say, they're both private functions, and as we investigated adding a "get_target_platform" function, it turned out that nearly all users were expecting the target platform, so rather than updating everything we added one for the less-common case.

get_host_platform was not defined before, so I'd say use it if it's there and use get_platform if it's not.

I doubt we're going to add any new public/supported APIs to distutils ever again, to be honest.
History
Date User Action Args
2019-12-09 19:01:12steve.dowersetrecipients: + steve.dower, vinay.sajip, eric.araujo, dstufft, Ryan Thornton, puetzk
2019-12-09 19:01:12steve.dowersetmessageid: <1575918072.47.0.521588067829.issue38989@roundup.psfhosted.org>
2019-12-09 19:01:12steve.dowerlinkissue38989 messages
2019-12-09 19:01:12steve.dowercreate