]> granicus.if.org Git - python/commit
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
authorGreg Ward <gward@python.net>
Mon, 17 Jan 2000 16:25:59 +0000 (16:25 +0000)
committerGreg Ward <gward@python.net>
Mon, 17 Jan 2000 16:25:59 +0000 (16:25 +0000)
commitc27d80025134ee2ae92557af3b9d6c5496004c88
tree32f9030a352df33f1b3b68ea00b741e37341fabc
parent7c463ef36221d20ed508966e9ba0ff671944ebd6
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
before storing or using.
Lib/distutils/command/install.py