Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Commitd0eb01c
authored
There used to be a meaningful distinction between these modules: `pathlib`imported `pathlib._abc` but not `pathlib.types`. This is no longer thecase (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 parent321bf59 commitd0eb01c
File tree
4 files changed
+406
-410
lines changed- Lib
- pathlib
- test/test_pathlib
4 files changed
+406
-410
lines changedLines changed: 0 additions & 397 deletions
This file was deleted.
0 commit comments
Comments
(0)