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
........
This commit is contained in:
Florent Xicluna 2010-03-18 22:11:01 +00:00
parent 32ca4547a4
commit 657de43f97
5 changed files with 22289 additions and 19771 deletions

View File

@ -21,7 +21,7 @@ errors = 'surrogatepass'
class UnicodeMethodsTest(unittest.TestCase):
# update this, if the database changes
expectedchecksum = '0b915116051f3ed029a98542c2b7df63c9646272'
expectedchecksum = '4504dffd035baea02c5b9de82bebc3d65e0e0baf'
def test_method_checksum(self):
h = hashlib.sha1()
@ -80,7 +80,7 @@ class UnicodeDatabaseTest(unittest.TestCase):
class UnicodeFunctionsTest(UnicodeDatabaseTest):
# update this, if the database changes
expectedchecksum = 'd4169ccff998ebbd1ec007a0b3fbd66e5ccf0229'
expectedchecksum = 'dd36312c31318f938b9d9ecff757393508c5bd48'
def test_function_checksum(self):
data = []

View File

@ -283,6 +283,8 @@ C-API
Library
-------
- Issue #8024: Update the Unicode database to 5.2.
- Issue #6716/2: Backslash-replace error output in compilall.
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff