X Tutup
The Wayback Machine - https://web.archive.org/web/20250607173909/https://github.com/python/cpython/pull/95501
Skip to content

Unify os.path.lexists() and islink() implementations. #95501

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

Closed
wants to merge 1 commit into from

Conversation

barneygale
Copy link
Contributor

This patch moves identical implementations of islink() and lexists()
from the ntpath and posixpath modules to the genericpath module.

@barneygale barneygale marked this pull request as draft July 31, 2022 15:53
@barneygale barneygale changed the title Draft: Unify os.path.lexists() and islink() implementations. Unify os.path.lexists() and islink() implementations. Jul 31, 2022
This patch moves identical implementations of `islink()` and `lexists()`
from the `ntpath` and `posixpath` modules to the `genericpath` module.
@barneygale barneygale force-pushed the ntpath-posixpath-tidy branch from eff7764 to 3658c8a Compare July 31, 2022 16:36
@barneygale barneygale marked this pull request as ready for review July 31, 2022 17:31
Copy link
Contributor

@nanjekyejoannah nanjekyejoannah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems critical enough to require an issue for discussion attached to the PR

@barneygale barneygale closed this Nov 3, 2022
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.

3 participants
X Tutup