SIGN IN SIGN UP

GH-104104: Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.path.normcase()` (GH-104105)

Use `re.IGNORECASE` to implement case-insensitive matching. This
restores behaviour from before GH-31691.
B
Barney Gale committed
47770a1e91d096fd1c689eb0c78b0f9e76b43639
Parent: 1f53844
Committed by GitHub <noreply@github.com> on 5/2/2023, 9:51:18 PM