mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
upgrade to Unicode 8.0.0
This commit is contained in:
parent
7b78d4364d
commit
4801383c29
11 changed files with 26031 additions and 23608 deletions
|
|
@ -21,7 +21,7 @@ errors = 'surrogatepass'
|
|||
class UnicodeMethodsTest(unittest.TestCase):
|
||||
|
||||
# update this, if the database changes
|
||||
expectedchecksum = '618e2c1a22ee79d2235319709f16c50f987ee21f'
|
||||
expectedchecksum = '5971760872b2f98bb9c701e6c0db3273d756b3ec'
|
||||
|
||||
def test_method_checksum(self):
|
||||
h = hashlib.sha1()
|
||||
|
|
@ -81,7 +81,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
|
|||
|
||||
# Update this if the database changes. Make sure to do a full rebuild
|
||||
# (e.g. 'make distclean && make') to get the correct checksum.
|
||||
expectedchecksum = '585302895deead0c1c8478c51da9241d4efedca9'
|
||||
expectedchecksum = '5e74827cd07f9e546a30f34b7bcf6cc2eac38c8c'
|
||||
def test_function_checksum(self):
|
||||
data = []
|
||||
h = hashlib.sha1()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue