]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89812: Add `pathlib._PathBase` (#106337)
authorBarney Gale <barney.gale@gmail.com>
Sat, 30 Sep 2023 14:45:01 +0000 (15:45 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2023 14:45:01 +0000 (15:45 +0100)
commit89966a694b54f81510f06a35b1406d56a2f2c8c5
tree5ad5241ce7c0d9bc4c740fd24a6abb6a39f773fc
parent0449fe999d56ba795a852d83380fe06514139935
GH-89812: Add `pathlib._PathBase` (#106337)

Add private `pathlib._PathBase` class. This will be used by an experimental PyPI package to incubate a `tarfile.TarPath` class.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2023-07-03-20-23-56.gh-issue-89812.cFkDOE.rst [new file with mode: 0644]