You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `pathlib.PurePath.segments` attribute, which stores the flattened path
segments given to the path object initializer.
In the pathlib ABCs, add `JoinablePath.segments` as an abstract attribute,
and convert `JoinablePath.__str__()` from an abstract method to a mixin
method that joins `self.segments`.
0 commit comments