projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6366b
)
update 3.7 whatsnew entry about Unicode version (GH-7480)
author
Benjamin Peterson
<benjamin@python.org>
Thu, 7 Jun 2018 14:21:28 +0000
(07:21 -0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.7.rst
b/Doc/whatsnew/3.7.rst
index 9989eaf5eac527bcc9eef2f5d163c6eee663b876..3fe909ee978c24651142ebce6c0e6f2e9c7d7f9f 100644
(file)
--- 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 1
0
-<http://www.unicode.org/versions/Unicode1
0
.0.0/>`_. (Contributed by Benjamin
+The internal :mod:`unicodedata` database has been upgraded to use `Unicode 1
1
+<http://www.unicode.org/versions/Unicode1
1
.0.0/>`_. (Contributed by Benjamin
Peterson.)