[Python-checkins] update 3.7 whatsnew entry about Unicode version (GH-7480)

Miss Islington (bot) webhook-mailer at python.org
Thu Jun 7 10:50:39 EDT 2018


https://github.com/python/cpython/commit/942b7ff11add8e701e91e4d24abfb35b480161a3
commit: 942b7ff11add8e701e91e4d24abfb35b480161a3
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-06-07T07:50:33-07:00
summary:

update 3.7 whatsnew entry about Unicode version (GH-7480)


Followup to 4705ea38c900f068fd262aca02943896d1123544 and bpo-33778.
(cherry picked from commit 34b734699b19d826f861b604dd77e82beed95f17)

Co-authored-by: Benjamin Peterson <benjamin at python.org>

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 9989eaf5eac5..3fe909ee978c 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -1429,8 +1429,8 @@ dynamically as specified by :pep:`560`.
 unicodedata
 -----------
 
-The internal :mod:`unicodedata` database has been upgraded to use `Unicode 10
-<http://www.unicode.org/versions/Unicode10.0.0/>`_. (Contributed by Benjamin
+The internal :mod:`unicodedata` database has been upgraded to use `Unicode 11
+<http://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin
 Peterson.)
 
 



More information about the Python-checkins mailing list