]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points ...
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Fri, 26 Aug 2022 16:29:39 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 16:29:39 +0000 (19:29 +0300)
commit9c197bc8bfa153522927aa03ff854bbc4dce437f
treea6cc9960a08893c201a7c0da13ec17d0aba95c40
parentc1581a928cc153076593c5c433a8dd36ce10fbfb
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
Lib/test/test_unicodedata.py
Misc/NEWS.d/next/Library/2022-08-23-13-30-30.gh-issue-96172.7WTHer.rst [new file with mode: 0644]
Modules/unicodedata_db.h
Tools/unicode/makeunicodedata.py