cpython/Lib/test/test_pathlib
Barney Gale d0eb01c9de
GH-128520: Merge pathlib._abc into pathlib.types (#130747)
There used to be a meaningful distinction between these modules: `pathlib`
imported `pathlib._abc` but not `pathlib.types`. This is no longer the
case (neither module is imported), so we move the ABCs as follows:

- `pathlib._abc.JoinablePath` --> `pathlib.types._JoinablePath`
- `pathlib._abc.ReadablePath` --> `pathlib.types._ReadablePath`
- `pathlib._abc.WritablePath` --> `pathlib.types._WritablePath`
2025-03-03 17:56:57 +00:00
..
__init__.py
test_pathlib.py GH-128520: Merge pathlib._abc into pathlib.types (#130747) 2025-03-03 17:56:57 +00:00
test_pathlib_abc.py GH-128520: Merge pathlib._abc into pathlib.types (#130747) 2025-03-03 17:56:57 +00:00