[New-bugs-announce] [issue29214] Standard open() does not allow to specify file permissions.

Марк Коренберг report at bugs.python.org
Mon Jan 9 09:17:01 EST 2017


New submission from Марк Коренберг:

1. Syscall open() allows that.
2. This is important to prevent race-conditions between creating a file with default permissions and calling fchmod().

----------
components: Library (Lib)
messages: 285044
nosy: mmarkk
priority: normal
severity: normal
status: open
title: Standard open() does not allow to specify file permissions.
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29214>
_______________________________________


More information about the New-bugs-announce mailing list