GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment case by barneygale · Pull Request #104116 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
merged 2 commits into
Merged
Conversation
…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).
barneygale
added
the
topic-pathlib
label
bedevere-bot
added
the
awaiting core review
label
bedevere-bot
mentioned this pull request
barneygale
mentioned this pull request
zooba
approved these changes
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
barneygale
merged commit
da1980a
into
python:main
bedevere-bot
removed
the
awaiting merge
label
barneygale
commented
May 3, 2023
barneygale commented
Contributor Author
Thanks Steve!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment