diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-22 23:16:42 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-22 23:16:42 (GMT) |
commit | 4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6 (patch) | |
tree | 6f1f737a31b0a1355b082952c260c1e393147fd8 /Doc/whatsnew | |
parent | 910bd51ea1baef3ea0b4c9f1e3d2d150108368c5 (diff) | |
download | cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.zip cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.tar.gz cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.tar.bz2 |
Merged revisions 79314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79314 | ezio.melotti | 2010-03-23 01:07:32 +0200 (Tue, 23 Mar 2010) | 1 line
Update the version number of the Unicode Database in a few more places.
........
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index e063f1b..e6aa3c5 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -933,11 +933,13 @@ changes, or look through the Subversion logs for all the details. a timeout was provided and the operation timed out. (Contributed by Tim Lesher; :issue:`1674032`.) -* The Unicode database provided by the :mod:`unicodedata` module - remains at version 5.1.0, but Python now uses it internally to - determine which characters are numeric, whitespace, or represent - line breaks. The database also now includes information from the - :file:`Unihan.txt` data file. (Patch by Anders Chrigström +* The Unicode database has been updated to the version 5.2.0. + (Updated by Florent Xicluna; :issue:`8024`.) + +* The Unicode database provided by the :mod:`unicodedata` is used + internally to determine which characters are numeric, whitespace, + or represent line breaks. The database also now includes information + from the :file:`Unihan.txt` data file. (Patch by Anders Chrigström and Amaury Forgeot d'Arc; :issue:`1571184`.) * The :class:`UserDict` class is now a new-style class. (Changed by |