Soft-deprecating re.match()
This story is from 2026-09-11. It is preserved in the archive; the latest stories are on the live feed.
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 how in the upcoming 3.15 release soft depreca…
Read the full story at Simon Willison's Weblog ↗
Timeline · 1 report
- 2026-09-11 14:47 · Simon Willison's Weblog
Soft-deprecating re.match()