We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lib/stat.py
The list of UF_ and SF_ constants is missing a number definitions from recent versions of macOS, in particular:
UF_
SF_
This is a minor feature, which does not need previous discussion elsewhere
No response
The text was updated successfully, but these errors were encountered:
I'm not sure what to do about the "meta" flags, these are fairly Mac specific, but can be useful.
Also note that #4912 adds most of these.
Sorry, something went wrong.
pythongh-113666: Adding missing UF_ and SF_ flags to module 'stat'
e5b310b
Add some constants to module 'stat' that are used on macOS.
Merge branch 'pythongh-113666' of github.com:ronaldoussoren/cpython i…
24f9045
…nto pythongh-113666
Merge branch 'main' into pythongh-113666
037863e
5cd492d
No branches or pull requests
Feature or enhancement
Proposal:
The list of
UF_
andSF_
constants is missing a number definitions from recent versions of macOS, in particular:Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: