]> granicus.if.org Git - python/commit
makedirs(), removedirs(): If the tail of the path is empty, do a second
authorFred Drake <fdrake@acm.org>
Tue, 25 Jul 2000 15:16:40 +0000 (15:16 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 25 Jul 2000 15:16:40 +0000 (15:16 +0000)
commit9f2550f58166679a04b651f3d96748b1c9607497
tree242cb6f0de077fb0dbc610da205a7db27dfe01d2
parent0365180a74904c1b6ac186e9edb923afed59aa84
makedirs(), removedirs():  If the tail of the path is empty, do a second
split so the logic does not fail in corner cases.

This closes bug #407.
Lib/os.py