消息 [268101]
> The obvious but more complicated alternative would be to call chmod() on all the new directories in a second step.
This is dangerous, because if you create read-only or unlistable directory, you couldn't remove it without changing the permission of parent directory. shutil.rmtree() would fail. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-06-10 07:29:59 | serhiy.storchaka | 修改 | recipients:
+ serhiy.storchaka, loewis, pitrou, martin.panter, vajrasky |
| 2016-06-10 07:29:59 | serhiy.storchaka | 修改 | messageid: <1465543799.92.0.810905832726.issue19930@psf.upfronthosting.co.za> |
| 2016-06-10 07:29:59 | serhiy.storchaka | 链接 | issue19930 messages |
| 2016-06-10 07:29:59 | serhiy.storchaka | 创建 | |
|