commit | 8100be5535073a5442c2b8c68dcb2093ee69433d | [log] [tgz] |
---|---|---|
author | Barney Gale <barney.gale@gmail.com> | Thu May 04 17:44:36 2023 +0100 |
committer | GitHub <noreply@github.com> | Thu May 04 16:44:36 2023 +0000 |
tree | 01749fcfb9759f8a7471068fa58ab462d70382fc | |
parent | 09b7695f12f2b44d2df6898407d7e68dd9493ed4 [diff] |
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710) This argument allows case-sensitive matching to be enabled on Windows, and case-insensitive matching to be enabled on Posix. Co-authored-by: Steve Dower <steve.dower@microsoft.com>