Kaydet (Commit) 2e0a53fd authored tarafından Florent Xicluna's avatar Florent Xicluna

Issue #8024: Update the Unicode database to 5.2

üst decd14b5
...@@ -20,7 +20,7 @@ encoding = 'utf-8' ...@@ -20,7 +20,7 @@ encoding = 'utf-8'
class UnicodeMethodsTest(unittest.TestCase): class UnicodeMethodsTest(unittest.TestCase):
# update this, if the database changes # update this, if the database changes
expectedchecksum = '0b915116051f3ed029a98542c2b7df63c9646272' expectedchecksum = '4504dffd035baea02c5b9de82bebc3d65e0e0baf'
def test_method_checksum(self): def test_method_checksum(self):
h = hashlib.sha1() h = hashlib.sha1()
...@@ -79,7 +79,7 @@ class UnicodeDatabaseTest(unittest.TestCase): ...@@ -79,7 +79,7 @@ class UnicodeDatabaseTest(unittest.TestCase):
class UnicodeFunctionsTest(UnicodeDatabaseTest): class UnicodeFunctionsTest(UnicodeDatabaseTest):
# update this, if the database changes # update this, if the database changes
expectedchecksum = 'd4169ccff998ebbd1ec007a0b3fbd66e5ccf0229' expectedchecksum = '6ccf1b1a36460d2694f9b0b0f0324942fe70ede6'
def test_function_checksum(self): def test_function_checksum(self):
data = [] data = []
......
...@@ -22,6 +22,8 @@ Core and Builtins ...@@ -22,6 +22,8 @@ Core and Builtins
Library Library
------- -------
- Issue #8024: Update the Unicode database to 5.2.
- Issue #8104: socket.recv_into() and socket.recvfrom_into() now support - Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
writing into objects supporting the new buffer API, for example bytearrays writing into objects supporting the new buffer API, for example bytearrays
or memoryviews. or memoryviews.
......
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -30,7 +30,7 @@ SCRIPT = sys.argv[0] ...@@ -30,7 +30,7 @@ SCRIPT = sys.argv[0]
VERSION = "2.6" VERSION = "2.6"
# The Unicode Database # The Unicode Database
UNIDATA_VERSION = "5.1.0" UNIDATA_VERSION = "5.2.0"
UNICODE_DATA = "UnicodeData%s.txt" UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment