cpython/Lib/pathlib
Barney Gale 45c2ef48ca
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
Test copying from `Path` and `ReadableZipPath` (types of `_ReadablePath`)
to `Path` and `WritableZipPath` (types of `_WritablePath`).
2025-03-13 21:56:59 +00:00
..
__init__.py GH-128520: Merge pathlib._local into pathlib (#130748) 2025-03-07 19:24:57 +00:00
_os.py GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168) 2025-03-13 21:56:59 +00:00
types.py GH-127381: pathlib ABCs: remove case_sensitive argument (#131024) 2025-03-10 17:50:48 +00:00