summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-07-07-21-15-17.gh-issue-100502.Iici1B.rst
blob: eea9564118df9c1be6471cb0d2c593ddb6f8631c (plain)
1
2
3
Add :attr:`pathlib.PurePath.pathmod` class attribute that stores the
implementation of :mod:`os.path` used for low-level path operations: either
``posixpath`` or ``ntpath``.