[issue22040] Add a "force" parameter to shutil.rmtree

R. David Murray report at bugs.python.org
Tue Jul 22 22:36:43 CEST 2014


R. David Murray added the comment:

In other words, on unix shutil.rmtree is *already* 'rm -rf'.  This then argues that it *not* deleting read only files on Windows is a bug, albeit one we may not be able to fix for backward compatibility reasons.

Ah, and now my memory is jogged.  This is a duplicate of issue 19643, and that was more or less the conclusion.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> shutil rmtree fails on readonly files in Windows

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22040>
_______________________________________


More information about the Python-bugs-list mailing list