]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 3 May 2025 14:58:49 +0000 (17:58 +0300)
committerGitHub <noreply@github.com>
Sat, 3 May 2025 14:58:49 +0000 (17:58 +0300)
commit84a08f8629dffae355407cc3239c981a2b7a930a
treeef4d1322b70cf6c107eb2397d44240b40fb67454
parentadd0ca9ea00ab02fd3a58d059e8370c2d0a1d32c
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
16 files changed:
Lib/_py_warnings.py
Lib/_pydecimal.py
Lib/email/feedparser.py
Lib/fractions.py
Lib/idlelib/pyshell.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_gc.py
Lib/test/test_import/__init__.py
Lib/test/test_logging.py
Lib/test/test_strtod.py
Lib/test/test_tkinter/widget_tests.py
Lib/test/test_ttk/test_widgets.py
Lib/textwrap.py
Lib/tokenize.py
Lib/urllib/parse.py
Lib/zipfile/_path/glob.py