]> granicus.if.org Git - python/commit
Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added
authorGreg Ward <gward@python.net>
Fri, 22 Sep 2000 01:31:08 +0000 (01:31 +0000)
committerGreg Ward <gward@python.net>
Fri, 22 Sep 2000 01:31:08 +0000 (01:31 +0000)
commit379a02ffa927bb63872ef5616298dc405c4b7221
treee5fb3b0da99a70afa24f2de3840d8f5ea928b8b5
parent7ec053544cf4849a138e70329ffeec1d6ab93e62
Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added
'convert_paths()' method to convert them all to the local syntax (backslash
or colon or whatever) at the appropriate time.

Added SCHEME_KEYS to get rid of one hard-coded list of attributes (in
'select_scheme()').

Default 'install_path_file' to true, and never set it false (it's just
there in case some outsider somewhere wants to disable installation of the
.pth file for whatever reason).

Toned down the warning emitted when 'install_path_file' is false, since we
no longer know why it might be false.

Added 'warn_dir' flag to suppress warning when installing to a directory
not in sys.path (again, we never set this false -- it's there for outsiders
to use, specifically the "bdist_*" commands).

Pulled the loop of 'change_root()' calls out to new method 'change_roots()'.

Comment updates/deletions/additions.
Lib/distutils/command/install.py