]> granicus.if.org Git - python/commit
Added rmtree(), to recursively remove a directory tree.
authorGuido van Rossum <guido@python.org>
Fri, 6 Feb 1998 21:38:09 +0000 (21:38 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Feb 1998 21:38:09 +0000 (21:38 +0000)
commitd76732918a12e03e95b753dde2691268592ae0cf
tree5cb2f660fd3c0cca33e58c22705f54218c48c02a
parenta0fec2b5df6827300bf80511a1fd6596e6f71e21
Added rmtree(), to recursively remove a directory tree.
Code by David Ascher (docstring by me).
Lib/shutil.py