Message280213
| Author | serhiy.storchaka |
|---|---|
| Recipients | enkore, josh.r, serhiy.storchaka, xiang.zhang |
| Date | 2016-11-07.17:29:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1478539757.42.0.570624434031.issue28564@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-07 17:29:17 | serhiy.storchaka | set | recipients: + serhiy.storchaka, josh.r, xiang.zhang, enkore |
| 2016-11-07 17:29:17 | serhiy.storchaka | set | messageid: <1478539757.42.0.570624434031.issue28564@psf.upfronthosting.co.za> |
| 2016-11-07 17:29:17 | serhiy.storchaka | link | issue28564 messages |
| 2016-11-07 17:29:17 | serhiy.storchaka | create | |