diff options
Diffstat (limited to 'Doc/whatsnew/3.8.rst')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 154fd66..9cd5a3a 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -157,6 +157,10 @@ Improved Modules to cast the result to the desired type: ``OrderedDict(nt._asdict())``. (Contributed by Raymond Hettinger in :issue:`35864`.) +* The :mod:`unicodedata` module has been upgraded to use the `Unicode 12.0.0 + <http://blog.unicode.org/2019/03/announcing-unicode-standard-version-120.html>`_ + release. + asyncio ------- |