In article 
<can4+e8fxv_gpbnrq6nvd+mzckgsdzqm+es9gv+lkruh6ses...@mail.gmail.com>,
 Robert McGibbon <rmcgi...@gmail.com> wrote:
> I'm using the Python from the Miniconda installer with py35 released last
> week.
> 
> What does the python.org installer build for 10.6+ return for
> `distutils.util.get_platform()`?

$ /usr/local/bin/python3.5
Python 3.5.0 (v3.5.0:374f501f4567, Sep 12 2015, 11:00:19)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils.util
>>> distutils.util.get_platform()
'macosx-10.6-intel'

I can only assume they built their Python with a deployment target of 
10.5 (MACOSX_DEPLOYMENT_TARGET=10.5).

-- 
 Ned Deily,
 n...@acm.org

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

Reply via email to