]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 3 May 2025 14:58:21 +0000 (17:58 +0300)
committerGitHub <noreply@github.com>
Sat, 3 May 2025 14:58:21 +0000 (17:58 +0300)
commitadd0ca9ea00ab02fd3a58d059e8370c2d0a1d32c
tree4cefca9fe0e3e5b720fd9d815957cec3da09a2de
parentcb3174113e7dbb8a757ce64faac5a8c7e074945b
gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
Doc/library/fnmatch.rst
Doc/library/glob.rst
Lib/fnmatch.py
Lib/glob.py
Lib/test/test_fnmatch.py
Lib/test/test_glob.py
Misc/NEWS.d/next/Library/2025-05-03-13-19-22.gh-issue-133306.ustKV3.rst [new file with mode: 0644]