]> granicus.if.org Git - python/commit
Merged revisions 82272 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 27 Jun 2010 12:39:22 +0000 (12:39 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 27 Jun 2010 12:39:22 +0000 (12:39 +0000)
commit0bf7ea856891bfa72060d9be0f05d57fceb445a1
tree2c08829ff1b0f1a309446b3b59843aa835db7f65
parentc3175fcabfe353163176d2fefaf534d764c66c85
Merged revisions 82272 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines

  Two small fixes for the support for SDKs on MacOSX:

  1) The code that checks if an path should be located in the SDK
     explicitly excludes /usr/local. This fixes issue9046

  2) The SDK variant for filtering "db_dirs_to_check" in setup.py
     was not doing anything because of a missing assignment.
........
Lib/distutils/unixccompiler.py
setup.py