]> granicus.if.org Git - python/commit
More tweaks to 'mkpath()':
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:14:16 +0000 (12:14 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:14:16 +0000 (12:14 +0000)
commitcd1486fff14888437837298ada405b13ce965217
tree264067384d5565a47d941c270b504ab44cddcaa4
parent3868eb97c814f22fadc32627bd19a6dc0afe5b85
More tweaks to 'mkpath()':
  - deal with empty tail from os.path.split() (eg. from trailing slash,
    or backslash, or whatever)
  - check PATH_CREATED hash inside loop as well
Lib/distutils/util.py