commit | 9f2550f58166679a04b651f3d96748b1c9607497 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jul 25 15:16:40 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jul 25 15:16:40 2000 +0000 |
tree | 242cb6f0de077fb0dbc610da205a7db27dfe01d2 | |
parent | 0365180a74904c1b6ac186e9edb923afed59aa84 [diff] |
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.