This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ray-sit
Recipients ray-sit
Date 2020-09-29.12:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601384162.52.0.6703641276.issue41884@roundup.psfhosted.org>
In-reply-to
Content
`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)
History
Date User Action Args
2020-09-29 12:56:02ray-sitsetrecipients: + ray-sit
2020-09-29 12:56:02ray-sitsetmessageid: <1601384162.52.0.6703641276.issue41884@roundup.psfhosted.org>
2020-09-29 12:56:02ray-sitlinkissue41884 messages
2020-09-29 12:56:02ray-sitcreate