Serhiy Storchaka added the comment:

Proposed patch implements shutil.rmtree using os.scandir. Needed file 
descriptors support in os.scandir (issue25996). I did not test how this affects 
the performance of shutil.rmtree.

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file45382/shutil-rmtree-scandir.patch

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

Reply via email to