[issue41884] tempfile.py TemporaryDirectory/mkdtemp defaults to mode 0o700, propose to add mode argument

Serhiy Storchaka report at bugs.python.org
Tue Sep 29 09:20:53 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

You can change permissions after creating the directory.

The C function mkdtemp() creates the directory with permissions 0o700.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41884>
_______________________________________


More information about the Python-bugs-list mailing list