cpython/Lib/test/test_pathlib
Barney Gale 4de4e654e5
Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)
This allows users of the `pathlib-abc` PyPI package to use `posixpath` or
`ntpath` as a path module in versions of Python lacking
`os.path.splitroot()` (3.11 and before).
2024-01-14 23:06:04 +00:00
..
__init__.py
test_pathlib.py Add `pathlib._abc.PathModuleBase` (#113893) 2024-01-14 21:49:53 +00:00
test_pathlib_abc.py Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065) 2024-01-14 23:06:04 +00:00