mirror of https://github.com/python/cpython
Merged revisions 66367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66367 | martin.v.loewis | 2008-09-10 20:43:49 +0200 (Mi, 10 Sep 2008) | 2 lines Update to test Unicode 5.1. ........
This commit is contained in:
parent
698280df7c
commit
997a6b032a
|
@ -6,7 +6,7 @@ import os
|
|||
from unicodedata import normalize
|
||||
|
||||
TESTDATAFILE = "NormalizationTest.txt"
|
||||
TESTDATAURL = "http://www.unicode.org/Public/4.1.0/ucd/" + TESTDATAFILE
|
||||
TESTDATAURL = "http://www.unicode.org/Public/5.1.0/ucd/" + TESTDATAFILE
|
||||
|
||||
class RangeError(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue