]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
authorthirumurugan <67573527+thirumurugan-git@users.noreply.github.com>
Thu, 18 May 2023 17:59:31 +0000 (23:29 +0530)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 17:59:31 +0000 (18:59 +0100)
commitdcdc90d384723920e8dea0ee04eae8c219333634
tree86ca2a14764711a0b1586358d2d7236b6643eff0
parentcfa517d5a68bae24cbe8d9fe6b8e0d4935e507d2
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Doc/library/pathlib.rst
Doc/whatsnew/3.12.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2023-05-17-03-14-07.gh-issue-104484.y6KxL6.rst [new file with mode: 0644]