Skip to content

Commit 3cc69aa

Browse files
authored
Missed one doc change
1 parent 4e95220 commit 3cc69aa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/os.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2861,6 +2861,12 @@ features:
28612861
The :attr:`stat_result.stx_mask` field is always present, and is initialized
28622862
with a meaningful value for regular stat calls.
28632863

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+
28642870
This function can support :ref:`specifying a file descriptor <path_fd>` and
28652871
:ref:`not following symlinks <follow_symlinks>`.
28662872

0 commit comments

Comments
 (0)