]> granicus.if.org Git - python/commit
Hacked 'set_final_options()' to set (hopefully) appropriate values for
authorGreg Ward <gward@python.net>
Tue, 8 Jun 1999 02:04:36 +0000 (02:04 +0000)
committerGreg Ward <gward@python.net>
Tue, 8 Jun 1999 02:04:36 +0000 (02:04 +0000)
commit9a33707be7b52ca59accca6cdd09ee218e672f04
treeb7ac505faa0b1d6dd6d01682bcb8018635b78a8e
parentc99733497774ad34a3ed7f5575b44d3bef8939fe
Hacked 'set_final_options()' to set (hopefully) appropriate values for
'install_site_lib' and install_site_platlib' on non-POSIX platforms.
Should at least work for NT, as this is adopted from Amos Latteier's NT
patches.  Also added extensive comments bitching about the inadequacy of
the current model, both under POSIX and NT (and probably other) systems.
Lib/distutils/command/install.py