Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
GH-128520: Merge pathlib._abc into pathlib.types
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`
  • Loading branch information
barneygale committed Mar 1, 2025
commit a01ed0ff8e6b55ca9fa3a4265578a95e66214438
397 changes: 0 additions & 397 deletions Lib/pathlib/_abc.py

This file was deleted.

Loading
Loading