]> granicus.if.org Git - python/commit
Do not pass names of individual files to shutil.rmtree(); use os.unlink()
authorFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 15:48:00 +0000 (15:48 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 15:48:00 +0000 (15:48 +0000)
commit24da47708d43c096999c097876f27aeaa09a592b
treef1d08dbcaacc12c4dc46121372a997acacd8d113
parent312a5dc539b583abcbbf006942a4ceead9b9172b
Do not pass names of individual files to shutil.rmtree(); use os.unlink()
for that.
Doc/tools/mksourcepkg