Kaydet (Commit) 96c1c7a5 authored tarafından Fredrik Lundh's avatar Fredrik Lundh

SF#1343671.

The removedirs function removes empty directories, it doesn't
empty them.
üst d489398d
......@@ -168,7 +168,7 @@ def makedirs(name, mode=0777):
def removedirs(name):
"""removedirs(path)
Super-rmdir; remove a leaf directory and empty all intermediate
Super-rmdir; remove a leaf directory and all empty intermediate
ones. Works like rmdir except that, if the leaf directory is
successfully removed, directories corresponding to rightmost path
segments will be pruned away until either the whole path is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment