diff options
author | Benjamin Peterson <benjamin@python.org> | 2024-09-13 14:47:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 14:47:04 (GMT) |
commit | bb904e063d0cbe4c7c83ebfa5fbed2d9c4980a64 (patch) | |
tree | 1890918db77077f687c0f8bcfa9fb4d6669bd08c /Misc/NEWS.d/next | |
parent | a9594a34c62487961be86c0925daaa43bb467bb9 (diff) | |
download | cpython-bb904e063d0cbe4c7c83ebfa5fbed2d9c4980a64.zip cpython-bb904e063d0cbe4c7c83ebfa5fbed2d9c4980a64.tar.gz cpython-bb904e063d0cbe4c7c83ebfa5fbed2d9c4980a64.tar.bz2 |
closes gh-124016: update Unicode to 16.0.0 (#124017)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-09-12-10-55-19.gh-issue-124016.ncs0hd.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-12-10-55-19.gh-issue-124016.ncs0hd.rst b/Misc/NEWS.d/next/Library/2024-09-12-10-55-19.gh-issue-124016.ncs0hd.rst new file mode 100644 index 0000000..ac2aa8a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-09-12-10-55-19.gh-issue-124016.ncs0hd.rst @@ -0,0 +1 @@ +Update :mod:`unicodedata` database to Unicode 16.0.0. |