cpython/Lib/test/test_pathlib
Barney Gale 328187cc4f
GH-127381: pathlib ABCs: remove PathBase.cwd() and home() (#127427)
These classmethods presume that the user has retained the original
`__init__()` signature, which may not be the case. Also, many virtual
filesystems don't provide current or home directories.
2024-11-30 18:39: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.cwd() and home() (#127427) 2024-11-30 18:39:39 +00:00