]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
authorJames Gerity <snoopjedi@gmail.com>
Wed, 20 Sep 2023 05:07:47 +0000 (01:07 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 05:07:47 +0000 (22:07 -0700)
commitdef828995a35a289c9f03500903b5917df93465f
tree775572a1b8bcf3707b41aac832a5bfe456dc34f5
parent1293fcc3c6b67b7e8d0081863ec6387e162341eb
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)

---------

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Doc/library/stdtypes.rst
Doc/library/unicodedata.rst
Doc/reference/lexical_analysis.rst
Misc/NEWS.d/next/Library/2023-09-19-01-22-43.gh-issue-109559.ijaycU.rst [new file with mode: 0644]
Modules/unicodedata.c
Modules/unicodedata_db.h
Modules/unicodename_db.h
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py