diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-04-22 18:44:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 18:44:05 (GMT) |
commit | 1748816e80b23744667e239b49b477c0e283d201 (patch) | |
tree | 3222c0c9c075a1fe2a1386834364ddd41db6906d /Misc | |
parent | 080781cd49b13da4a73db87b6f5e0c7aeec83e92 (diff) | |
download | cpython-1748816e80b23744667e239b49b477c0e283d201.zip cpython-1748816e80b23744667e239b49b477c0e283d201.tar.gz cpython-1748816e80b23744667e239b49b477c0e283d201.tar.bz2 |
[3.10] gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580). (GH-91661)
(cherry picked from commit 1c2fcebf3c5e2ab41d376bb481834445617c8f3c)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-15-18-38-21.gh-issue-91575.fSyAxS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-15-18-38-21.gh-issue-91575.fSyAxS.rst b/Misc/NEWS.d/next/Library/2022-04-15-18-38-21.gh-issue-91575.fSyAxS.rst new file mode 100644 index 0000000..ba046f2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-15-18-38-21.gh-issue-91575.fSyAxS.rst @@ -0,0 +1,2 @@ +Update case-insensitive matching in the :mod:`re` module to the latest +Unicode version. |