Skip to content

Commit 86dd425

Browse files
barneygaleseehwan80
authored andcommitted
pythonGH-128520: Merge pathlib._abc into pathlib.types (python#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`
1 parent 4701486 commit 86dd425

File tree

4 files changed

+406
-410
lines changed

4 files changed

+406
-410
lines changed

Lib/pathlib/_abc.py

Lines changed: 0 additions & 397 deletions
This file was deleted.

0 commit comments

Comments
 (0)