➜

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.

作者 pitrou
收信人 barry, brett.cannon, eric.snow, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
日期 2014-12-02.16:26:12
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1417537572.28.0.825290437108.issue22980@psf.upfronthosting.co.za>
In-reply-to
内容
The MULTIARCH variable can help at least under Linux:

>>> import sysconfig
>>> sysconfig.get_platform()
'linux-x86_64'
>>> sysconfig.get_config_var('MULTIARCH')
'i386-linux-gnu'
历史
日期 用户 动作 参数
2014-12-02 16:26:12pitrou修改recipients: + pitrou, barry, brett.cannon, ncoghlan, vstinner, tim.golden, ned.deily, eric.snow, zach.ware, steve.dower
2014-12-02 16:26:12pitrou修改messageid: <1417537572.28.0.825290437108.issue22980@psf.upfronthosting.co.za>
2014-12-02 16:26:12pitrou链接issue22980 messages
2014-12-02 16:26:12pitrou创建