]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)
authorBarney Gale <barney.gale@gmail.com>
Thu, 4 May 2023 16:44:36 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 16:44:36 +0000 (16:44 +0000)
commit8100be5535073a5442c2b8c68dcb2093ee69433d
tree01749fcfb9759f8a7471068fa58ab462d70382fc
parent09b7695f12f2b44d2df6898407d7e68dd9493ed4
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>
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2023-03-15-00-37-43.gh-issue-81079.heTAod.rst [new file with mode: 0644]