summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorLincoln <71312724+Lincoln-developer@users.noreply.github.com>2023-11-21 18:46:26 (GMT)
committerGitHub <noreply@github.com>2023-11-21 18:46:26 (GMT)
commitd857d5331a3326c77f867d837014d774841017a9 (patch)
treef6fec7e28c1095e6a37402a00657a53c4b8fc2b5 /Doc/whatsnew
parent4c483e011379aee9258db2e8abe479448109fd7b (diff)
downloadcpython-d857d5331a3326c77f867d837014d774841017a9.zip
cpython-d857d5331a3326c77f867d837014d774841017a9.tar.gz
cpython-d857d5331a3326c77f867d837014d774841017a9.tar.bz2
gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.13.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 4d05bce..fc5ae13 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -307,6 +307,12 @@ typing
check whether a class is a :class:`typing.Protocol`. (Contributed by Jelle Zijlstra in
:gh:`104873`.)
+unicodedata
+-----------
+
+* The Unicode database has been updated to version 15.1.0. (Contributed by
+ James Gerity in :gh:`109559`.)
+
venv
----