]> granicus.if.org Git - python/commit
Issue #15184: Ensure consistent results of OS X configuration
authorNed Deily <nad@acm.org>
Sat, 21 Jul 2012 12:36:30 +0000 (05:36 -0700)
committerNed Deily <nad@acm.org>
Sat, 21 Jul 2012 12:36:30 +0000 (05:36 -0700)
commitdf8aa2b3256e846353924e1111f59ccbca72f9d6
treef831b67289f4c515c30681499f0538bdbe335aa0
parent0fd1062a7639f2a155fd6d04eb9cebbd4e5118df
Issue #15184: Ensure consistent results of OS X configuration
tailoring for universal builds by factoring out common OS X-specific
customizations from sysconfig, distutils.sysconfig, distutils.util,
and distutils.unixccompiler into a new module _osx_support that can
eventually also be used by packaging.
Lib/_osx_support.py [new file with mode: 0644]
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_util.py
Lib/distutils/unixccompiler.py
Lib/distutils/util.py
Lib/sysconfig.py
Lib/test/test__osx_support.py [new file with mode: 0644]
Lib/test/test_sysconfig.py
Misc/NEWS