This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:11xtreaksetrecipients: + xtreak, pitrou, serhiy.storchaka, valorien
2019-10-16 17:11:11xtreaksetmessageid: <1571245871.13.0.220297609638.issue38499@roundup.psfhosted.org>
2019-10-16 17:11:11xtreaklinkissue38499 messages
2019-10-16 17:11:10xtreakcreate