We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc69aa commit 025a4e6Copy full SHA for 025a4e6
1 file changed
Doc/library/os.rst
@@ -2861,12 +2861,6 @@ features:
2861
The :attr:`stat_result.stx_mask` field is always present, and is initialized
2862
with a meaningful value for regular stat calls.
2863
2864
- This function is present even if the operating system does not support
2865
- ``statx``. In this case, the *mask* argument is ignored and a regular
2866
- :func:`stat`, :func:`lstat` or :func:`fstat` call will be used.
2867
- The :attr:`stat_result.stx_mask` field is always present, and is initialized
2868
- with a meaningful value for regular stat calls.
2869
-
2870
This function can support :ref:`specifying a file descriptor <path_fd>` and
2871
:ref:`not following symlinks <follow_symlinks>`.
2872
0 commit comments