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

GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment case by barneygale · Pull Request #104116 · python/cpython · GitHub

/ cpython Public

GH-104114: Fix pathlib.WindowsPath.glob() use of literal pattern segment case - #104116

Merged
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-104114-windowspath-literal-pattern-case
May 3, 2023
Merged

GH-104114: Fix pathlib.WindowsPath.glob() use of literal pattern segment case#104116
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-104114-windowspath-literal-pattern-case

Conversation

barneygale commented May 3, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

We now use _WildcardSelector to evaluate literal pattern segments, which allows us to retrieve the real filesystem case.

This change is necessary in order to implement a case_sensitive argument (see #81079) and a follow_symlinks argument (see #77609).

…ern segment case

We now use `_WildcardSelector` to evaluate literal pattern segments, which
allows us to retrieve the real filesystem case.

This change is necessary in order to implement a *case_sensitive* argument
(see pythonGH-81079) and a *follow_symlinks* argument (see pythonGH-77609).

Copy link
Copy Markdown
Contributor Author

Thanks Steve!

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.

3 participants


Back | FazBrowse Home | New Git URL