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

GH-127381: pathlib ABCs: remove `PathBase.lstat()` by barneygale · Pull Request #127382 · python/cpython · GitHub

/ cpython Public

GH-127381: pathlib ABCs: remove PathBase.lstat() - #127382

Merged
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-127381-lstat
Nov 29, 2024
Merged

GH-127381: pathlib ABCs: remove PathBase.lstat()#127382
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-127381-lstat

Conversation

barneygale commented Nov 29, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Remove the PathBase.lstat() method, which is a trivial variation of stat().

No user-facing changes because the pathlib ABCs are still private.

Remove the `PathBase.lstat()` method, which is a trivial variation of
`stat()`.

No user-facing changes because the pathlib ABCs are still private.
barneygale merged commit 38264a0 into python:main Nov 29, 2024
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 2, 2024
Remove the `PathBase.lstat()` method, which is a trivial variation of
`stat()`.

No user-facing changes because the pathlib ABCs are still private.
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
Remove the `PathBase.lstat()` method, which is a trivial variation of
`stat()`.

No user-facing changes because the pathlib ABCs are still private.
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
Remove the `PathBase.lstat()` method, which is a trivial variation of
`stat()`.

No user-facing changes because the pathlib ABCs are still private.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL