Prevent convert_path from crashing if the path is an empty string. Bugfix candidate.
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 6 May 2002 13:57:19 +0000 (13:57 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 6 May 2002 13:57:19 +0000 (13:57 +0000)
commit0b5c11252da09a244cb39de47909ed07f4fa82cf
tree596bdca54d5a02b15e4b4f1e4d8ff40ed79ee5b5
parentefaffae8f6f6f0d1482e6931f851b1c7264c554d
Prevent convert_path from crashing if the path is an empty string.  Bugfix candidate.
Lib/distutils/util.py