diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-11 03:41:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 03:41:34 (GMT) |
commit | 051b9d08d1e6a8b1022a2bd9166be51c0b152698 (patch) | |
tree | 3f7eb694da64c60b304d073bac8cf703cbbc8f5f /Misc | |
parent | 76d5877b72cbe66eb3b6d8caa8d19f89a938ada2 (diff) | |
download | cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.zip cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.tar.gz cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.tar.bz2 |
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-03-10-19-14-42.bpo-39926.H19bAa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-10-19-14-42.bpo-39926.H19bAa.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-10-19-14-42.bpo-39926.H19bAa.rst new file mode 100644 index 0000000..a69894c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-10-19-14-42.bpo-39926.H19bAa.rst @@ -0,0 +1 @@ +Update Unicode database to Unicode version 13.0.0. |