]> granicus.if.org Git - python/commit
Merged revisions 76738 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 10 Dec 2009 10:29:05 +0000 (10:29 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 10 Dec 2009 10:29:05 +0000 (10:29 +0000)
commit61f6a1bead1a04078d91c60bc3d7a2bcf828f0e5
treef4f29b4d0072f9fc6fdb7379894e26b29afb9f05
parent287bef46b711845fbe9cdbe8011d71aa022f929f
Merged revisions 76738 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76738 | ronald.oussoren | 2009-12-10 11:27:09 +0100 (Thu, 10 Dec 2009) | 6 lines

  Fix an issue with the detection of a non-existing SDK
  on OSX. Without this patch it wasn't possible after all
  to compile extensions on OSX 10.6 with the binary
  installer unless the user had installed the (non-default)
  10.4u SDK.
........
Lib/distutils/sysconfig.py
Misc/NEWS