From: Lincoln <71312724+Lincoln-developer@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:46:26 +0000 (+0300) Subject: gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031) X-Git-Tag: v3.13.0a2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d857d5331a3326c77f867d837014d774841017a9;p=thirdparty%2FPython%2Fcpython.git gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 4d05bce34ef8..fc5ae13abe79 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 ----