mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
upgrade unicode db to 6.3.0 (closes #19221)
This commit is contained in:
parent
78d692f98e
commit
94d08d908b
8 changed files with 17570 additions and 17528 deletions
|
@ -21,7 +21,7 @@ errors = 'surrogatepass'
|
|||
class UnicodeMethodsTest(unittest.TestCase):
|
||||
|
||||
# update this, if the database changes
|
||||
expectedchecksum = 'bf7a78f1a532421b5033600102e23a92044dbba9'
|
||||
expectedchecksum = 'e74e878de71b6e780ffac271785c3cb58f6251f3'
|
||||
|
||||
def test_method_checksum(self):
|
||||
h = hashlib.sha1()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue