FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[WIP] GH-110109: Make pathlib extensible by barneygale · Pull Request #110321 · python/cpython · GitHub

/ cpython Public

[WIP] GH-110109: Make pathlib extensible - #110321

Closed
barneygale wants to merge 3 commits into
python:mainfrom
barneygale:gh-110109-make-pathlib-extensible
Closed

[WIP] GH-110109: Make pathlib extensible#110321
barneygale wants to merge 3 commits into
python:mainfrom
barneygale:gh-110109-make-pathlib-extensible

Conversation

barneygale commented Oct 3, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

Make public the PurePathBase and PathBase abstract base classes.

PathBase can be subclassed to implement virtual paths: objects representing paths on virtual filesystems, like archive files or remote storage systems.

This PR covers removing the underscore prefix from the classes, and adding documentation.


📚 Documentation preview 📚: https://cpython-previews--110321.org.readthedocs.build/

Add `PurePathBase` and `PathBase` abstract base classes.

`PathBase` can be subclassed to implement *virtual paths*: objects
representing paths on virtual filesystems, like archive files or remote
storage systems.
bedevere-app Bot added the docs Documentation in the Doc dir label Oct 3, 2023
bedevere-app Bot mentioned this pull request Oct 3, 2023
8 tasks

Copy link
Copy Markdown
Contributor Author

Closing - this won't be mergeable for months/years yet

barneygale closed this Dec 19, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir topic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL