cpython/Lib/pathlib
Barney Gale 4bf25a0dc8
GH-128520: Merge pathlib._local into pathlib (#130748)
The `pathlib` module used to import stuff from both `_abc` and `_local`,
but nowadays the `_local` module provides the entire public pathlib
implementation, so there's no reason for the indirection.
2025-03-07 19:24:57 +00:00
..
__init__.py GH-128520: Merge pathlib._local into pathlib (#130748) 2025-03-07 19:24:57 +00:00
_os.py GH-130608: Remove dirs_exist_ok argument from pathlib.Path.copy() (#130610) 2025-02-28 19:29:20 +00:00
types.py GH-128520: Merge pathlib._abc into pathlib.types (#130747) 2025-03-03 17:56:57 +00:00