diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-06-23 05:31:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 05:31:08 (GMT) |
commit | 279a96206f3118a482d10826a1e32b272db4505d (patch) | |
tree | dc542b2e2764d146093fdcf1fb5590c1e190d553 /Doc/whatsnew/3.7.rst | |
parent | b066edfb1b268e90ea11f45dd1827f46d7ceec88 (diff) | |
download | cpython-279a96206f3118a482d10826a1e32b272db4505d.zip cpython-279a96206f3118a482d10826a1e32b272db4505d.tar.gz cpython-279a96206f3118a482d10826a1e32b272db4505d.tar.bz2 |
bpo-30736: upgrade to Unicode 10.0 (#2344)
Straightforward. While we're at it, though, strip trailing whitespace from generated tables.
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 51b6b01..8c1636b 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -237,6 +237,13 @@ xmlrpc.server its subclasses can be used as a decorator. (Contributed by Xiang Zhang in :issue:`7769`.) +unicodedata +----------- + +The internal :mod:`unicodedata` database has been upgraded to use `Unicode 10 +<http://www.unicode.org/versions/Unicode10.0.0/>`_. (Contributed by Benjamin +Peterson.) + urllib.parse ------------ |