mirror of
https://github.com/python/cpython.git
synced 2026-05-21 03:44:14 -04:00
a15a7735e6
Replace use of `_from_parsed_parts()` with `with_segments()` in `PurePathBase.relative_to()`, and move the assignment of `_drv`, `_root` and `_tail_cached` slots into `PurePath.relative_to()`.