Message377667
`tempfile.TemporaryDirectory` always creates the directory with 0o700 permissions. So other applications which could run as a different user (i.e. root) cannot access the directory.
To improve the usability I would like to add the option to set the permissions of the directory.
Proposed Change is in the PR linked (https://github.com/python/cpython/pull/22451) |
|
Date |
User |
Action |
Args |
2020-09-29 12:56:02 | ray-sit | set | recipients:
+ ray-sit |
2020-09-29 12:56:02 | ray-sit | set | messageid: <1601384162.52.0.6703641276.issue41884@roundup.psfhosted.org> |
2020-09-29 12:56:02 | ray-sit | link | issue41884 messages |
2020-09-29 12:56:02 | ray-sit | create | |
|