summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2022-08-19 09:20:44 (GMT)
committerGitHub <noreply@github.com>2022-08-19 09:20:44 (GMT)
commit2d9f252c0c08bce0e776b38906c3bbb59a3bd2c5 (patch)
tree36a6f8b67f68ee593c55ad32d96a9ab46429a3b6 /Misc
parentee9f22d3464308566c63e972133ebf71b7664baa (diff)
downloadcpython-2d9f252c0c08bce0e776b38906c3bbb59a3bd2c5.zip
cpython-2d9f252c0c08bce0e776b38906c3bbb59a3bd2c5.tar.gz
cpython-2d9f252c0c08bce0e776b38906c3bbb59a3bd2c5.tar.bz2
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-19-10-19-32.gh-issue-96019.b7uAVP.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-19-10-19-32.gh-issue-96019.b7uAVP.rst b/Misc/NEWS.d/next/Library/2022-08-19-10-19-32.gh-issue-96019.b7uAVP.rst
new file mode 100644
index 0000000..296963f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-19-10-19-32.gh-issue-96019.b7uAVP.rst
@@ -0,0 +1,3 @@
+Fix a bug in the ``makeunicodedata.py`` script leading to about 13 KiB of
+space saving in the ``unicodedata`` module, specifically the character
+decomposition data.