]> granicus.if.org Git - python/commit
Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions
authorGuido van Rossum <guido@python.org>
Fri, 24 Jul 1998 20:48:03 +0000 (20:48 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Jul 1998 20:48:03 +0000 (20:48 +0000)
commit4def7de7c6b87e2c46e6e6428ba113b4367fc3c4
tree5df8b290e07d935a4df154a48f36948316e628d5
parent7313b034697d45eb147e4f944edb7679bc560899
Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions
of mkdir(), rmdir() and rename() that make or remove intermediate
directories as well.
Lib/os.py