<div dir="ltr"><div style="font-size:12.8000001907349px">Greetings.</div><div style="font-size:12.8000001907349px"><br></div><span style="font-size:12.8000001907349px">I think it'd be nice to have the ability to subscript/slice instances of pathlib.PurePath and its subclasses e.g.</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><div>    path = Path()</div><div>    assert path[n:m:k] == type(path)(*path.parts[n:m:k])</div></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Maybe it's worth adding some check with custom exception thrown in case of invalid index/slice. What do you think? I'll open new issue and submit a patch if you approve of this...</div></div>