Skip to content

Commit f4676e1

Browse files
committed
Remove comparison to stat_result
1 parent 12c49f7 commit f4676e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Doc/library/os.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,11 +3411,6 @@ features:
34113411

34123412
Information about a file returned by :func:`os.statx`.
34133413

3414-
:class:`!statx_result` has all the attributes that :class:`~stat_result` has
3415-
on Linux, but using ``stx_`` prefix instead of ``st_``.
3416-
:class:`!statx_result` is not a subclass of :class:`~stat_result` and cannot
3417-
be used as a tuple.
3418-
34193414
:class:`!statx_result` has the following attributes:
34203415

34213416
.. attribute:: stx_mask

0 commit comments

Comments
 (0)