-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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.
Description
- Version: v11.14.0
- Platform: Linux pcd 5.0.7-arch1-1-ARCH deps: update openssl to 1.0.1j #1 SMP PREEMPT Mon Apr 8 10:37:08 UTC 2019 x86_64 GNU/Linux
- Subsystem:
According to the documentation for path.extname(path)
:
If there is no . in the last portion of the path, or if the first character of the basename of path (see path.basename()) is ., then an empty string is returned.
path.basename('.a.a')[0]=='.'
and path.extname('.a.a')!=''
should not happen at the same time.
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.