summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_wininst.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-22 01:31:08 (GMT)
committerGreg Ward <gward@python.net>2000-09-22 01:31:08 (GMT)
commit379a02ffa927bb63872ef5616298dc405c4b7221 (patch)
treee5fb3b0da99a70afa24f2de3840d8f5ea928b8b5 /Lib/distutils/command/bdist_wininst.py
parent7ec053544cf4849a138e70329ffeec1d6ab93e62 (diff)
downloadcpython-379a02ffa927bb63872ef5616298dc405c4b7221.zip
cpython-379a02ffa927bb63872ef5616298dc405c4b7221.tar.gz
cpython-379a02ffa927bb63872ef5616298dc405c4b7221.tar.bz2
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.
Diffstat (limited to 'Lib/distutils/command/bdist_wininst.py')
0 files changed, 0 insertions, 0 deletions