summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.8.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-03-10 00:25:55 (GMT)
committerGitHub <noreply@github.com>2019-03-10 00:25:55 (GMT)
commit738c19f4c5475da186de03e966bd6648e5ced4c4 (patch)
treebbb5fe209dfd30d414b17fb461a0279b131d5ba8 /Doc/whatsnew/3.8.rst
parent0411411c6b16a574144dfb59a7780b057ca8e750 (diff)
downloadcpython-738c19f4c5475da186de03e966bd6648e5ced4c4.zip
cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.tar.gz
cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.tar.bz2
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Diffstat (limited to 'Doc/whatsnew/3.8.rst')
-rw-r--r--Doc/whatsnew/3.8.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 154fd66..9cd5a3a 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -157,6 +157,10 @@ Improved Modules
to cast the result to the desired type: ``OrderedDict(nt._asdict())``.
(Contributed by Raymond Hettinger in :issue:`35864`.)
+* 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.
+
asyncio
-------