]> granicus.if.org Git - python/commit
Fixed 'mkpath()' to normalize the path right off the bat -- cleans up
authorGreg Ward <gward@python.net>
Sun, 3 Oct 1999 20:50:41 +0000 (20:50 +0000)
committerGreg Ward <gward@python.net>
Sun, 3 Oct 1999 20:50:41 +0000 (20:50 +0000)
commitf3b997a7f0040c6eeade614cc1b1e003d3e31818
treef3458d3f4663fb5d2d0009d6c721b6dfb5d855a8
parenta564cc315b39a8e709ba1eed5ea1ac417c84759c
Fixed 'mkpath()' to normalize the path right off the bat -- cleans up
  the code a bit and should make it work under Windows even with trailing
  backslash.
Fixed a couple of docstrings.
Added comment about 'make_file()' possibly being redundant and unnecessary.
Lib/distutils/util.py