-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed as not planned
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
The lexists()
implementation in genericpath
use os.stat()
. This is overkill on Windows. We should use a simpler builtin function. This can also benefit pathlib.Path.glob()
.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
Linked PRs
eryksun and barneygale
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement