SIGN IN SIGN UP

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

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 GH-81079) and a *follow_symlinks* argument (see GH-77609).
B
Barney Gale committed
da1980afcb8820ffaa0574df735bc39b1a276a76
Parent: 38dc3f2
Committed by GitHub <noreply@github.com> on 5/3/2023, 4:28:44 PM