ZeroHour
Product

re.prefixmatch()

1 mentions in 7 days · 1 in 30 days · 1 total · first seen · last

Timeline

Soft-deprecating re.match()

Python 3.15 soft-deprecates re.match(), introducing the clearer alternative re.prefixmatch()

Python 3.15 release manager Hugo van Kemenade announced that re.match() is being soft-deprecated, meaning new code should avoid it but it will not be removed. A clearer function, re.prefixmatch(), reflects the anchoring behavior at the start of the string. Developers are advised to prefer re.search() or re.fullmatch() in most cases.

Simon Willison · 4d agoOther

Appears with

Entities are extracted by the model from each article. Watching an entity keeps it in this browser only (no account); the watchlist page and dashboard alerts use it.