CHANGELOG5d ago · Sep 11, 2026
Soft-deprecating re.match()

Soft-deprecating re.match() Python has a concept of soft deprecation , where APIs are marked as "should no longer be used to write new code" without any promise/threat to remove them in the future. Python 3.15 release manager Hugo van Kemenade describes…
Read it at Simon Willison