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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka, valorien, xtreak
Date 2019-10-16.17:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571246478.0.0.438162833499.issue38499@roundup.psfhosted.org>
In-reply-to
Content
Concur with Karthikeyan.

pathlib.Path provides an object oriented interface to file path operations and to low-level filesystem operations. rmtree() is a high-level and complex operation. Instead of adding more and more complex operations to the Path class we added support of Path (and more generally, path-like objects) in many other functions.
History
Date User Action Args
2019-10-16 17:21:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, valorien, xtreak
2019-10-16 17:21:17serhiy.storchakasetmessageid: <1571246478.0.0.438162833499.issue38499@roundup.psfhosted.org>
2019-10-16 17:21:17serhiy.storchakalinkissue38499 messages
2019-10-16 17:21:17serhiy.storchakacreate