8000 GH-119054: Add alt text to pathlib inheritance diagram by barneygale · Pull Request #121158 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-119054: Add alt text to pathlib inheritance diagram #121158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/pathlib.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
barneygale and hugovk authored Jun 29, 2024
commit 53f6e458e50b4b3cc945e9b85bd755bc38256382
5 changes: 1 addition & 4 deletions Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ inherit from pure paths but also provide I/O operations.
PurePosixPath, PureWindowsPath, and Path. Further to these four
classes, there are two classes that use multiple inheritance:
PosixPath subclasses PurePosixPath and Path, and WindowsPath
subclasses PureWindowsPath and Path. The upper part of the diagram
shows the three pure classes, starting with PurePath, and the lower
part shows the three concrete classes, ending with PosixPath and
WindowsPath.
subclasses PureWindowsPath and Path.

If you've never used this module before or just aren't sure which class is
right for your task, :class:`Path` is most likely what you need. It instantiates
Expand Down
Loading
0