Message354805
| Author | xtreak |
|---|---|
| Recipients | pitrou, serhiy.storchaka, valorien, xtreak |
| Date | 2019-10-16.17:11:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1571245871.13.0.220297609638.issue38499@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
There is shutil.rmtree that accepts path objects and is more high level. From the previous discussions with respect to expanding API it's recommended to change the functions already present to accept path objects which shutil.rmtree already does and not to expand pathlib API. Some related discussions : * https://mail.python.org/pipermail/python-ideas/2015-June/034236.html * https://mail.python.org/pipermail/python-dev/2016-April/143866.html |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-16 17:11:11 | xtreak | set | recipients: + xtreak, pitrou, serhiy.storchaka, valorien |
| 2019-10-16 17:11:11 | xtreak | set | messageid: <1571245871.13.0.220297609638.issue38499@roundup.psfhosted.org> |
| 2019-10-16 17:11:11 | xtreak | link | issue38499 messages |
| 2019-10-16 17:11:10 | xtreak | create | |