-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
path.extname('.a.a')!='' #27292
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.
According to the documentation for
path.extname(path):path.basename('.a.a')[0]=='.'andpath.extname('.a.a')!=''should not happen at the same time.