cpython/Lib/test/test_pathlib
Barney Gale 38264a060a
GH-127381: pathlib ABCs: remove PathBase.lstat() (#127382)
Remove the `PathBase.lstat()` method, which is a trivial variation of
`stat()`.

No user-facing changes because the pathlib ABCs are still private.
2024-11-29 21:03:39 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove PathBase.lstat() (#127382) 2024-11-29 21:03:39 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove PathBase.lstat() (#127382) 2024-11-29 21:03:39 +00:00