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 Matthew.Scott
Recipients Matthew.Scott, eric.araujo, tarek
Date 2012-04-04.21:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333573830.95.0.550472267307.issue14498@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly, the 2.x series allowed an os.environ override for the MACOSX_DEPLOYMENT_TARGET value, while the 3.x series did away with that, as a result of http://bugs.python.org/issue9516

> for version in 2.6 2.7 3.2 3.3; do MACOSX_DEPLOYMENT_TARGET=10.42 python${version} -c "from __future__ import print_function;import distutils.util,sys;print(sys.version.split()[0],distutils.util.get_platform())"; done
2.6.7 macosx-10.42-intel
2.7.1 macosx-10.42-intel
3.2.2 macosx-10.6-intel
3.3.0a2 macosx-10.6-intel
History
Date User Action Args
2012-04-04 21:10:31Matthew.Scottsetrecipients: + Matthew.Scott, tarek, eric.araujo
2012-04-04 21:10:30Matthew.Scottsetmessageid: <1333573830.95.0.550472267307.issue14498@psf.upfronthosting.co.za>
2012-04-04 21:10:30Matthew.Scottlinkissue14498 messages
2012-04-04 21:10:30Matthew.Scottcreate