Commit d0eb01c
authored
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`
1 parent 321bf59 commit d0eb01c
File tree
4 files changed
+406
-410
lines changed- Lib
- pathlib
- test/test_pathlib
4 files changed
+406
-410
lines changedThis file was deleted.
0 commit comments