]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148100: Soft deprecate `re.match` and `re.Pattern.match` in favour of `prefixmatch...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 15 Apr 2026 20:09:47 +0000 (23:09 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2026 20:09:47 +0000 (23:09 +0300)
commiteb2f634b831ae235c2ebd4cbeab97a40e7d8724e
tree6ff57aa732f39dfd646afc8d9f0d52cd911593bc
parente998eb9a83b402f29bae06553424d1e42591cf4a
gh-148100: Soft deprecate `re.match` and `re.Pattern.match` in favour of `prefixmatch` (#148101)
Doc/deprecations/index.rst
Doc/deprecations/soft-deprecations.rst [new file with mode: 0644]
Doc/library/re.rst
Doc/whatsnew/3.15.rst
Misc/NEWS.d/next/Library/2026-04-04-20-22-02.gh-issue-148100.lSmGQi.rst [new file with mode: 0644]