diff options
author | thirumurugan <67573527+thirumurugan-git@users.noreply.github.com> | 2023-05-18 17:59:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 17:59:31 (GMT) |
commit | dcdc90d384723920e8dea0ee04eae8c219333634 (patch) | |
tree | 86ca2a14764711a0b1586358d2d7236b6643eff0 /Misc | |
parent | cfa517d5a68bae24cbe8d9fe6b8e0d4935e507d2 (diff) | |
download | cpython-dcdc90d384723920e8dea0ee04eae8c219333634.zip cpython-dcdc90d384723920e8dea0ee04eae8c219333634.tar.gz cpython-dcdc90d384723920e8dea0ee04eae8c219333634.tar.bz2 |
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-17-03-14-07.gh-issue-104484.y6KxL6.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-17-03-14-07.gh-issue-104484.y6KxL6.rst b/Misc/NEWS.d/next/Library/2023-05-17-03-14-07.gh-issue-104484.y6KxL6.rst new file mode 100644 index 0000000..6d42078 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-17-03-14-07.gh-issue-104484.y6KxL6.rst @@ -0,0 +1 @@ +Added *case_sensitive* argument to :meth:`pathlib.PurePath.match` |