Compound WireCOMPOUND11 September 2026
Soft-deprecating re.match()
Python 3.15 is soft-deprecating re.match(): new code should stop using it, but Python is not promising to remove it. That is a useful middle ground for an API with a long tail of callers. #dev