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:
Martin v. Löwis 2008-09-10 18:54:20 +00:00
parent 698280df7c
commit 997a6b032a
1 changed files with 1 additions and 1 deletions

View File

@ -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