summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-10-11-02-34-01.gh-issue-110109.RFCmHs.rst
blob: 4f12d128f49fb39bb38494c2cfec4eebd3aefbc0 (plain)
1
2
3
Add private ``pathlib._PurePathBase`` class: a base class for
:class:`pathlib.PurePath` that omits certain magic methods. It may be made
public (along with ``_PathBase``) in future.