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 Aaron Hall, Dreami, giampaolo.rodola, pitrou, serhiy.storchaka, tarek
Date 2019-01-10.15:43:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547135023.51.0.343442047325.issue33498@roundup.psfhosted.org>
In-reply-to
Content
I am against this. shutil provides higher level API than pathlib, and pathlib should not depend on shutil. pathlib.Path represents a path, and its methods usually does involve filesystem operations, or involve just a single filesystem operation. shutil.rmtree() is a complex operation that needs to perform several simple operations, and it should be together with other complex operations in the shutil module.
History
Date User Action Args
2019-01-10 15:43:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, giampaolo.rodola, tarek, Aaron Hall, Dreami
2019-01-10 15:43:43serhiy.storchakasetmessageid: <1547135023.51.0.343442047325.issue33498@roundup.psfhosted.org>
2019-01-10 15:43:43serhiy.storchakalinkissue33498 messages
2019-01-10 15:43:43serhiy.storchakacreate