Skip to content

Commit 657de43

Browse files
committed
Merged revisions 79059 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
1 parent 32ca454 commit 657de43

5 files changed

Lines changed: 21648 additions & 19130 deletions

File tree

Lib/test/test_unicodedata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class UnicodeMethodsTest(unittest.TestCase):
2222

2323
# update this, if the database changes
24-
expectedchecksum = '0b915116051f3ed029a98542c2b7df63c9646272'
24+
expectedchecksum = '4504dffd035baea02c5b9de82bebc3d65e0e0baf'
2525

2626
def test_method_checksum(self):
2727
h = hashlib.sha1()
@@ -80,7 +80,7 @@ def tearDown(self):
8080
class UnicodeFunctionsTest(UnicodeDatabaseTest):
8181

8282
# update this, if the database changes
83-
expectedchecksum = 'd4169ccff998ebbd1ec007a0b3fbd66e5ccf0229'
83+
expectedchecksum = 'dd36312c31318f938b9d9ecff757393508c5bd48'
8484

8585
def test_function_checksum(self):
8686
data = []

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ C-API
283283
Library
284284
-------
285285

286+
- Issue #8024: Update the Unicode database to 5.2.
287+
286288
- Issue #6716/2: Backslash-replace error output in compilall.
287289

288290
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox

0 commit comments

Comments
 (0)