summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-05-09 03:59:35 (GMT)
committerGitHub <noreply@github.com>2019-05-09 03:59:35 (GMT)
commit3aca40d3cb4b9b6741cf3073d71fbfc682cab96d (patch)
tree0f2736344ed3b88a64249ed4f6ca3c040602fabf /Doc/whatsnew
parent289f1f80ee87a4baf4567a86b3425fb3bf73291d (diff)
downloadcpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.zip
cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.tar.gz
cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.tar.bz2
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Adds ㋿.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.8.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 874b9b1..d21a4c7 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -510,9 +510,8 @@ Added new clock :data:`~time.CLOCK_UPTIME_RAW` for macOS 10.12.
unicodedata
-----------
-* The :mod:`unicodedata` module has been upgraded to use the `Unicode 12.0.0
- <http://blog.unicode.org/2019/03/announcing-unicode-standard-version-120.html>`_
- release.
+* The :mod:`unicodedata` module has been upgraded to use the `Unicode 12.1.0
+ <http://blog.unicode.org/2019/05/unicode-12-1-en.html>`_ release.
* New function :func:`~unicodedata.is_normalized` can be used to verify a string
is in a specific normal form. (Contributed by Max Belanger and David Euresti in