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 pitrou
Recipients barry, brett.cannon, eric.snow, ncoghlan, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-02.15:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417533192.57.0.855758514726.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally, we would use distutils.util.get_platform(). However, there are two cases where it relies on other modules:
- the re module under CygWin
- the sysconfig and _osx_support under OS X

Of course, ideally we should be able to hardcode this into the compiled CPython executable...
History
Date User Action Args
2014-12-02 15:13:12pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, vstinner, tim.golden, eric.snow, zach.ware, steve.dower
2014-12-02 15:13:12pitrousetmessageid: <1417533192.57.0.855758514726.issue22980@psf.upfronthosting.co.za>
2014-12-02 15:13:12pitroulinkissue22980 messages
2014-12-02 15:13:12pitroucreate