Jovik added the comment:

This could be at least part of docs; I found that people tend to avoid 
shutil.rmtree(...) on Windows because of such issues. Some of them call 
subprocess("rmdir /S /Q <path>") to get desired behavior.

----------
nosy: +Jovik

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to