Message333387
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. |
|
Date |
User |
Action |
Args |
2019-01-10 15:43:45 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, giampaolo.rodola, tarek, Aaron Hall, Dreami |
2019-01-10 15:43:43 | serhiy.storchaka | set | messageid: <1547135023.51.0.343442047325.issue33498@roundup.psfhosted.org> |
2019-01-10 15:43:43 | serhiy.storchaka | link | issue33498 messages |
2019-01-10 15:43:43 | serhiy.storchaka | create | |
|