]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031)
authorLincoln <71312724+Lincoln-developer@users.noreply.github.com>
Tue, 21 Nov 2023 18:46:26 +0000 (21:46 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2023 18:46:26 +0000 (11:46 -0700)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.13.rst

index 4d05bce34ef847769cd0150c8d9db0dc47c6cccf..fc5ae13abe7961cddc7eccad0273099fc4055688 100644 (file)
@@ -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
 ----