Story
simon_willison ยท Sep 11, 2026 ยท news
Source brief
Soft-deprecating re.match()
simonwillison.netSep 11, 2026
original source linked
In brief
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...