◐ Shell
clean mode source ↗

GH-89812: Add `pathlib._PathBase` by barneygale · Pull Request #106337 · python/cpython

@barneygale

This was referenced

Jul 6, 2023

@barneygale barneygale changed the title GH-89812: Add tarfile.TarPath GH-89812: Add pathlib._PathBase

Jul 12, 2023

@barneygale

This will require further refactoring in another PR.

gst

gst approved these changes Sep 23, 2023

AA-Turner

AA-Turner

@barneygale

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
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>