Message268101
> 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. |
|
| Date |
User |
Action |
Args |
| 2016-06-10 07:29:59 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, pitrou, martin.panter, vajrasky |
| 2016-06-10 07:29:59 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2016-06-10 07:29:59 | serhiy.storchaka | link | issue19930 messages |
| 2016-06-10 07:29:59 | serhiy.storchaka | create | |
|