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, serhiy.storchaka
Date 2018-05-14.15:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526310611.31.0.682650639539.issue33498@psf.upfronthosting.co.za>
In-reply-to
Content
What is wrong with just using shutil.rmtree()?

You can't deal with files with only using pathlib. You can't read ZIP archives, open temporary files, import modules, download files from Internet and open them in the webbrowser, run subprocesses, send files by e-mail, determine the MIME type of files, read WAV files with only using pathlib.
History
Date User Action Args
2018-05-14 15:10:11serhiy.storchakasetrecipients: + serhiy.storchaka, Aaron Hall
2018-05-14 15:10:11serhiy.storchakasetmessageid: <1526310611.31.0.682650639539.issue33498@psf.upfronthosting.co.za>
2018-05-14 15:10:11serhiy.storchakalinkissue33498 messages
2018-05-14 15:10:11serhiy.storchakacreate