pathlib.WindowsPath.glob()
preserves case of literal pattern segments
#104114
Labels
pathlib.WindowsPath.glob()
preserves case of literal pattern segments
#104114
When
pathlib.WindowsPath.glob()
evaluates a literal (non-wildcard) pattern segment, it returns paths using the case of the pattern segment, rather than the real filesystem case. This problem does not affect segments involving*
or**
wildcards.Linked PRs
pathlib.WindowsPath.glob()
use of literal pattern segment case #104116The text was updated successfully, but these errors were encountered: