[issue19643] shutil rmtree fails on readonly files in Windows

Tim Golden report at bugs.python.org
Tue May 6 19:13:04 CEST 2014


Tim Golden added the comment:

Ok, so to move this forward we have essentially two proposals:

1) Add a remove_readonly flag

2) Add a doc example which shows how to use the onerror handler to remove a recalcitrant file.

I'm -0.5 on (1) because it feels like Windows-specific clutter; and +0 on (2).

----------

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


More information about the Python-bugs-list mailing list