Skip to content

Commit 2e0a53f

Browse files
committed
Issue #8024: Update the Unicode database to 5.2
1 parent decd14b commit 2e0a53f

6 files changed

Lines changed: 21870 additions & 19273 deletions

File tree

Lib/test/test_unicodedata.py

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

2222
# update this, if the database changes
23-
expectedchecksum = '0b915116051f3ed029a98542c2b7df63c9646272'
23+
expectedchecksum = '4504dffd035baea02c5b9de82bebc3d65e0e0baf'
2424

2525
def test_method_checksum(self):
2626
h = hashlib.sha1()
@@ -79,7 +79,7 @@ def tearDown(self):
7979
class UnicodeFunctionsTest(UnicodeDatabaseTest):
8080

8181
# update this, if the database changes
82-
expectedchecksum = 'd4169ccff998ebbd1ec007a0b3fbd66e5ccf0229'
82+
expectedchecksum = '6ccf1b1a36460d2694f9b0b0f0324942fe70ede6'
8383

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

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Core and Builtins
2222
Library
2323
-------
2424

25+
- Issue #8024: Update the Unicode database to 5.2.
26+
2527
- Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
2628
writing into objects supporting the new buffer API, for example bytearrays
2729
or memoryviews.

0 commit comments

Comments
 (0)