Message232014
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' |
|
Date |
User |
Action |
Args |
2014-12-02 16:26:12 | pitrou | set | recipients:
+ pitrou, barry, brett.cannon, ncoghlan, vstinner, tim.golden, ned.deily, eric.snow, zach.ware, steve.dower |
2014-12-02 16:26:12 | pitrou | set | messageid: <1417537572.28.0.825290437108.issue22980@psf.upfronthosting.co.za> |
2014-12-02 16:26:12 | pitrou | link | issue22980 messages |
2014-12-02 16:26:12 | pitrou | create | |
|