summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2022-08-26 16:29:39 (GMT)
committerGitHub <noreply@github.com>2022-08-26 16:29:39 (GMT)
commit9c197bc8bfa153522927aa03ff854bbc4dce437f (patch)
treea6cc9960a08893c201a7c0da13ec17d0aba95c40 /Misc/NEWS.d
parentc1581a928cc153076593c5c433a8dd36ce10fbfb (diff)
downloadcpython-9c197bc8bfa153522927aa03ff854bbc4dce437f.zip
cpython-9c197bc8bfa153522927aa03ff854bbc4dce437f.tar.gz
cpython-9c197bc8bfa153522927aa03ff854bbc4dce437f.tar.bz2
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-23-13-30-30.gh-issue-96172.7WTHer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-23-13-30-30.gh-issue-96172.7WTHer.rst b/Misc/NEWS.d/next/Library/2022-08-23-13-30-30.gh-issue-96172.7WTHer.rst
new file mode 100644
index 0000000..1bb57f1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-23-13-30-30.gh-issue-96172.7WTHer.rst
@@ -0,0 +1,3 @@
+Fix a bug in ``unicodedata``: ``east_asian_width`` used to return the wrong
+value for unassigned characters; and for yet unassigned, but reserved
+characters.