On Nov 1, 2013, at 6:35 PM, Greg Ewing <greg.ew...@canterbury.ac.nz> wrote:

> Paul Moore wrote:
>> Python version - cpXY
>> Platform - distutils.util.get_platform(), which is "darwin" for OSX,
>> if I'm reading the code correctly.
>> ABI - essentially sysconfig.get_config_vars().get('SOABI') if that exists
> 
> Does the MAXOSX_DEPLOYMENT_TARGET figure into this
> anywhere? Just knowing that the platform is "darwin"
> isn't really enough.
> 
> -- 
> Greg
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig

python -c "import distutils; print(distutils.util.get_platform().replace('.', 
'_').replace('-', '_'))"
macosx_10_8_x86_64

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to