mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Add some constants to module 'stat' that are used on macOS. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
5 lines
323 B
ReStructuredText
5 lines
323 B
ReStructuredText
Add the following constants to module :mod:`stat`: ``UF_SETTABLE``,
|
|
``UF_TRACKED``, ``UF_DATAVAULT``, ``SF_SUPPORTED``, ``SF_SETTABLE``,
|
|
``SF_SYNTHETIC``, ``SF_RESTRICTED``, ``SF_FIRMLINK`` and ``SF_DATALESS``.
|
|
The values ``UF_SETTABLE``, ``SF_SUPPORTED``, ``SF_SETTABLE`` and
|
|
``SF_SYNTHETIC`` are only available on macOS.
|