]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
authorBarney Gale <barney.gale@gmail.com>
Wed, 19 Jul 2023 17:59:55 +0000 (18:59 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 17:59:55 +0000 (18:59 +0100)
commitc6c5665ee0c0a5ddc96da255c9a62daa332c32b3
treeae67a581c9c4d9fcfcc90b505a0492baae18c6d4
parenta1a3193990cd6658c1fe859b88a2bc03971a16df
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)

This instance attribute stores the implementation of `os.path` used for
low-level path operations: either `posixpath` or `ntpath`.
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2023-07-07-21-15-17.gh-issue-100502.Iici1B.rst [new file with mode: 0644]