[New-bugs-announce] [issue31313] Feature Add support of os.chflags() on Linux platform

Марк Коренберг report at bugs.python.org
Thu Aug 31 05:55:01 EDT 2017


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

Yes, chflags() is not supported by linux directly. But actually, Linux supports chflags functionality:

https://stackoverflow.com/questions/34176464/why-os-chflags-doesnt-work-under-linux

through

ioctl (fd, EXT2_IOC_SETFLAGS, <BITMASK_OF_FLAGS>)

----------
components: Library (Lib)
messages: 301043
nosy: socketpair
priority: normal
severity: normal
status: open
title: Feature Add support of os.chflags() on Linux platform
type: enhancement
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list