cpython/Lib/test/test_pathlib
Barney Gale 5e9168492f
pathlib ABCs: defer path joining (#126409)
Defer joining of path segments in the private `PurePathBase` ABC. The new
behaviour matches how the public `PurePath` class handles path segments.

This removes a hard-to-grok difference between the ABCs and the main
classes. It also slightly reduces the size of `PurePath` objects by
eliminating a `_raw_path` slot.
2024-11-05 21:19:36 +00:00
..
__init__.py
test_pathlib.py GH-125069: Fix inconsistent joining in WindowsPath(PosixPath(...)) (#125156) 2024-10-13 17:46:10 +00:00
test_pathlib_abc.py pathlib ABCs: defer path joining (#126409) 2024-11-05 21:19:36 +00:00