]> granicus.if.org Git - python/commit
Added 'change_root()' to forcibly slap a new root directory onto a pathname,
authorGreg Ward <gward@python.net>
Thu, 27 Apr 2000 01:53:46 +0000 (01:53 +0000)
committerGreg Ward <gward@python.net>
Thu, 27 Apr 2000 01:53:46 +0000 (01:53 +0000)
commit67f75d4bcb3630c0f5b6761fb758072cc342157e
treeddcf5dcc9204a914d9fff6c74c5abf745c89ea3a
parentbad9c7675a9da2907b6b3398c087e9928447a7d2
Added 'change_root()' to forcibly slap a new root directory onto a pathname,
even if it's already absolute.  Currently only implemented for Unix; I'm
not entirely sure of the right thing to do for DOS/Windows, and have no
clue what to do for Mac OS.
Lib/distutils/util.py