]> granicus.if.org Git - python/commit
Fix for issue #8577: without this patch test_distutils
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 15 Jun 2010 16:05:20 +0000 (16:05 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 15 Jun 2010 16:05:20 +0000 (16:05 +0000)
commite41a19e71ad5ffa2968916f1d81e3323a4f71542
tree7c6ca6a93bfc449ed288bedb22f8a7cf3b934815
parentcb532f13e3049d7ae76b7ea0bfe4fb4af0aebe7b
Fix for issue #8577: without this patch test_distutils
will fail when builddir != srcdir (that is, when you
run configure in a directory that is not the top of
the source tree).
Lib/distutils/command/install.py
Lib/sysconfig.py