diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-04-06 16:53:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 16:53:50 (GMT) |
commit | b09184bf05b07b77c5ecfedd4daa846be3cbf0a9 (patch) | |
tree | 55859571882a7468d2d5ab33288b16ca1536776b /Misc | |
parent | da922409ac3e65c6bf2911401c7dfdf8ee6e0036 (diff) | |
download | cpython-b09184bf05b07b77c5ecfedd4daa846be3cbf0a9.zip cpython-b09184bf05b07b77c5ecfedd4daa846be3cbf0a9.tar.gz cpython-b09184bf05b07b77c5ecfedd4daa846be3cbf0a9.tar.bz2 |
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
They were undocumented and never working.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-04-11-58-07.bpo-47211.W4GFkB.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-04-11-58-07.bpo-47211.W4GFkB.rst b/Misc/NEWS.d/next/Library/2022-04-04-11-58-07.bpo-47211.W4GFkB.rst new file mode 100644 index 0000000..0bd5d16 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-04-11-58-07.bpo-47211.W4GFkB.rst @@ -0,0 +1,2 @@ +Remove undocumented and never working function ``re.template()`` and flag +``re.TEMPLATE``. |