summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-10-11 22:42:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-10-11 22:42:28 (GMT)
commitbaecd7243ad2d671fa6f675777dfe7094e8c5c39 (patch)
treea4e6b946feafacd5c5f1bccd8a30d69fa7dd6922 /Lib/test/test_unicode.py
parente8930228c7482d39faf24f4a805c37ff7ca9223a (diff)
downloadcpython-baecd7243ad2d671fa6f675777dfe7094e8c5c39.zip
cpython-baecd7243ad2d671fa6f675777dfe7094e8c5c39.tar.gz
cpython-baecd7243ad2d671fa6f675777dfe7094e8c5c39.tar.bz2
Upgrade to Unicode 6.0.0.
makeunicodedata.py: download all data files from unicode.org, switch to extracting Unihan data from zip file. Read linebreakprops and derivednormalizationprops even for old versions, even though they are not used in delta records. test:unicode.py: U+11000 is now assigned, use U+14000 instead.
Diffstat (limited to 'Lib/test/test_unicode.py')
-rw-r--r--Lib/test/test_unicode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py
index ff90745..5e96ba8 100644
--- a/Lib/test/test_unicode.py
+++ b/Lib/test/test_unicode.py
@@ -1349,7 +1349,7 @@ class UnicodeTest(string_tests.CommonTest,
def test_printable_repr(self):
self.assertEqual(repr('\U00010000'), "'%c'" % (0x10000,)) # printable
- self.assertEqual(repr('\U00011000'), "'\\U00011000'") # nonprintable
+ self.assertEqual(repr('\U00014000'), "'\\U00014000'") # nonprintable
def test_expandtabs_overflows_gracefully(self):
# This test only affects 32-bit platforms because expandtabs can only take