mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Patch 1494554: Update numeric properties to Unicode 4.1.
This commit is contained in:
parent
d1b6cd7bfb
commit
d004fc810a
6 changed files with 336 additions and 11 deletions
|
|
@ -16,7 +16,7 @@
|
|||
class UnicodeMethodsTest(unittest.TestCase):
|
||||
|
||||
# update this, if the database changes
|
||||
expectedchecksum = 'a6555cd209d960dcfa17bfdce0c96d91cfa9a9ba'
|
||||
expectedchecksum = 'c198ed264497f108434b3f576d4107237221cc8a'
|
||||
|
||||
def test_method_checksum(self):
|
||||
h = hashlib.sha1()
|
||||
|
|
@ -75,7 +75,7 @@ def tearDown(self):
|
|||
class UnicodeFunctionsTest(UnicodeDatabaseTest):
|
||||
|
||||
# update this, if the database changes
|
||||
expectedchecksum = 'b45b79f3203ee1a896d9b5655484adaff5d4964b'
|
||||
expectedchecksum = '4e389f97e9f88b8b7ab743121fd643089116f9f2'
|
||||
|
||||
def test_function_checksum(self):
|
||||
data = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue