summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-04-22 18:37:46 (GMT)
committerGitHub <noreply@github.com>2022-04-22 18:37:46 (GMT)
commitf912cc0e413f667a8cc257a41775272bc641b0d8 (patch)
treeaf40aa0af1bd3e3669a05f3a909e227afaea2121 /Misc
parent48ec61a89a959071206549819448405c2cea61b0 (diff)
downloadcpython-f912cc0e413f667a8cc257a41775272bc641b0d8.zip
cpython-f912cc0e413f667a8cc257a41775272bc641b0d8.tar.gz
cpython-f912cc0e413f667a8cc257a41775272bc641b0d8.tar.bz2
gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660)
Also test that all extra cases are in BMP.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2022-04-18-12-52-16.gh-issue-91575.fK1TEh.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2022-04-18-12-52-16.gh-issue-91575.fK1TEh.rst b/Misc/NEWS.d/next/Tools-Demos/2022-04-18-12-52-16.gh-issue-91575.fK1TEh.rst
new file mode 100644
index 0000000..3ed3422
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2022-04-18-12-52-16.gh-issue-91575.fK1TEh.rst
@@ -0,0 +1,3 @@
+Add script ``Tools/scripts/generate_re_casefix.py`` and the make target
+``regen-re`` for generating additional data for case-insensitive matching
+according to the current Unicode version.