]> granicus.if.org Git - python/commitdiff
update 3.7 whatsnew entry about Unicode version (GH-7480)
authorBenjamin Peterson <benjamin@python.org>
Thu, 7 Jun 2018 14:21:28 +0000 (07:21 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jun 2018 14:21:28 +0000 (07:21 -0700)
Followup to 4705ea38c900f068fd262aca02943896d1123544 and bpo-33778.

Doc/whatsnew/3.7.rst

index 9989eaf5eac527bcc9eef2f5d163c6eee663b876..3fe909ee978c24651142ebce6c0e6f2e9c7d7f9f 100644 (file)
@@ -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.)