mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
They were undocumented and never working.
This commit is contained in:
parent
da922409ac
commit
b09184bf05
8 changed files with 7 additions and 18 deletions
|
@ -1323,7 +1323,6 @@ pattern_repr(PatternObject *obj)
|
|||
const char *name;
|
||||
int value;
|
||||
} flag_names[] = {
|
||||
{"re.TEMPLATE", SRE_FLAG_TEMPLATE},
|
||||
{"re.IGNORECASE", SRE_FLAG_IGNORECASE},
|
||||
{"re.LOCALE", SRE_FLAG_LOCALE},
|
||||
{"re.MULTILINE", SRE_FLAG_MULTILINE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue