Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33498>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to