]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Apr 2022 16:53:50 +0000 (19:53 +0300)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 16:53:50 +0000 (19:53 +0300)
commitb09184bf05b07b77c5ecfedd4daa846be3cbf0a9
tree55859571882a7468d2d5ab33288b16ca1536776b
parentda922409ac3e65c6bf2911401c7dfdf8ee6e0036
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)

They were undocumented and never working.
Lib/re/__init__.py
Lib/re/_compiler.py
Lib/re/_constants.py
Lib/re/_parser.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2022-04-04-11-58-07.bpo-47211.W4GFkB.rst [new file with mode: 0644]
Modules/_sre/sre.c
Modules/_sre/sre_constants.h