[issue19643] shutil rmtree fails on readonly files in Windows

Tim Golden report at bugs.python.org
Mon Nov 18 16:08:59 CET 2013


Tim Golden added the comment:

This, unfortunately, is the classic edge-case where intra-platform consistency and inter-platform consistency clash. 

I (on Windows) would certainly be surprised if a tree delete removed read-only files without my specifying some kind of override. I understand why cross-platform behaviour might be preferred, and I'm open to being convinced, but I start at -0.

----------

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


More information about the Python-bugs-list mailing list