[issue33971] os.mknod is subject to "umask"
New submission from James Stevens <james.stevens@jrcs.co.uk>: As per the underlying "libc" call, the node created with "mknod" is subjected to the user's current umask setting. This is not made clear in the Python documentation, but the "libc" documentation makes this clear (see attached). ---------- assignee: docs@python components: Documentation files: Selection_2018-06-26_003.png messages: 320490 nosy: docs@python, james_r_c_stevens priority: normal severity: normal status: open title: os.mknod is subject to "umask" versions: Python 3.6 Added file: https://bugs.python.org/file47653/Selection_2018-06-26_003.png _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33971> _______________________________________
anthony shaw <anthonyshaw@apache.org> added the comment: NB: This issue would be good for PyCon sprints ---------- nosy: +anthonypjshaw _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33971> _______________________________________
Change by anthony shaw <anthonyshaw@apache.org>: ---------- assignee: docs@python -> Mariatta nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33971> _______________________________________
participants (2)
-
anthony shaw -
James Stevens