Commit a01ed0f
committed
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 c9932a9 commit a01ed0f
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