From: Benjamin Peterson Date: Thu, 7 Jun 2018 14:21:28 +0000 (-0700) Subject: update 3.7 whatsnew entry about Unicode version (GH-7480) X-Git-Tag: v3.8.0a1~1639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34b734699b19d826f861b604dd77e82beed95f17;p=python update 3.7 whatsnew entry about Unicode version (GH-7480) Followup to 4705ea38c900f068fd262aca02943896d1123544 and bpo-33778. --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 9989eaf5ea..3fe909ee97 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 -`_. (Contributed by Benjamin +The internal :mod:`unicodedata` database has been upgraded to use `Unicode 11 +`_. (Contributed by Benjamin Peterson.)