-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtopic-regextype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
I would like to access parse_template
to be able to eagerly validate that a regex replacement template is valid.
I'm using this in my python-based text editor to do find and replace. Currently I am reaching into sre_parse
to get parse_template
(which used to be a public-named module but was deprecated in 3.11)
I suspect this could be as simple as exposing parse_template
-- my code doesn't actually care about the return value, simply whether it raises an exception or not
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtopic-regextype-featureA feature request or enhancementA feature request or enhancement