SIGN IN SIGN UP

GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)

Remove the `PathBase.stat()` method. Its use of the `os.stat_result` API,
with its 10 mandatory fields and low-level types, makes it an awkward fit
for virtual filesystems.

We'll look to add a `PathBase.info` attribute later - see GH-125413.
B
Barney Gale committed
c78729f2df7c0e220f1080edb2a0d0cdd49e22df
Parent: 7e819ce
Committed by GitHub <noreply@github.com> on 12/29/2024, 9:42:07 PM