Message384023
To replicate:
$ mkdir foo
$ sudo chown root foo
$ sudo touch foo/child
$ python3
>>> import shutil
>>> shutil.move('foo', 'bar')
PermissionError
$ ls foo
child
$ ls bar
child
If shutil.move() encountered a permission error and failed, bar should not have been created. |
|
Date |
User |
Action |
Args |
2020-12-29 18:53:22 | winsonluk | set | recipients:
+ winsonluk |
2020-12-29 18:53:22 | winsonluk | set | messageid: <1609268002.56.0.501688503859.issue42782@roundup.psfhosted.org> |
2020-12-29 18:53:22 | winsonluk | link | issue42782 messages |
2020-12-29 18:53:22 | winsonluk | create | |
|