summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-06-23 05:31:08 (GMT)
committerGitHub <noreply@github.com>2017-06-23 05:31:08 (GMT)
commit279a96206f3118a482d10826a1e32b272db4505d (patch)
treedc542b2e2764d146093fdcf1fb5590c1e190d553 /Misc/NEWS
parentb066edfb1b268e90ea11f45dd1827f46d7ceec88 (diff)
downloadcpython-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 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e25d62..4b6b8fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------
+- bpo-30736: The internal unicodedata database has been upgraded to Unicode
+ 10.0.
+
- bpo-30604: Move co_extra_freefuncs from per-thread to per-interpreter to
avoid crashes.