]> granicus.if.org Git - python/commit
Fixed 'mkpath()' to accept empty string silently (it's just the current dir).
authorGreg Ward <gward@python.net>
Fri, 3 Mar 2000 03:00:02 +0000 (03:00 +0000)
committerGreg Ward <gward@python.net>
Fri, 3 Mar 2000 03:00:02 +0000 (03:00 +0000)
commit96182d7b68cfb2226af0c0e701b9d35d1aa59603
tree10b96446a648200722cdbe2d93af46c70707ad2b
parent63c2b250ef8fb9341f3b848d66ed914ed1dc8bc2
Fixed 'mkpath()' to accept empty string silently (it's just the current dir).
Fixed all DistutilsFileError messages to wrap file/dir names in quotes.
Lib/distutils/util.py