]> granicus.if.org Git - python/commit
Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing
authorGreg Ward <gward@python.net>
Fri, 22 Sep 2000 01:05:43 +0000 (01:05 +0000)
committerGreg Ward <gward@python.net>
Fri, 22 Sep 2000 01:05:43 +0000 (01:05 +0000)
commit7ec053544cf4849a138e70329ffeec1d6ab93e62
tree4c0edcc74000222b4b88f6ee012f3734439cf1bf
parentf89259786a166ab93417cdf442c96bc03183278b
Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing
up when the pathname starts with '/', which is needed when converting
installation directories in the "install" command.
Lib/distutils/util.py