diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-06-07 03:14:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 03:14:28 (GMT) |
commit | 7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58 (patch) | |
tree | 590e8ac910d6144cf9f2b4ab0d179fc096d3af5a /Misc | |
parent | 9f04f0df6fdb27190690bda949d213893d14e807 (diff) | |
download | cpython-7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58.zip cpython-7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58.tar.gz cpython-7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58.tar.bz2 |
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Also, standardize indentation of generated tables.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-05-20-22-30.bpo-33778._tSAS6.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-05-20-22-30.bpo-33778._tSAS6.rst b/Misc/NEWS.d/next/Library/2018-06-05-20-22-30.bpo-33778._tSAS6.rst new file mode 100644 index 0000000..7301b36 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-05-20-22-30.bpo-33778._tSAS6.rst @@ -0,0 +1 @@ +Update ``unicodedata``'s database to Unicode version 11.0.0. |