On 05.10.12 21:25, Antoine Pitrou wrote: > PS: You can all admire my ASCII-art skills. PurePosixPath and PureNTPath looks closer to Path than to PurePath. > The ``parent()`` method returns an ancestor of the path:: p[:-n] is shorter and looks neater than p.parent(n). Possible the ``parent()`` method is unnecessary?