summaryrefslogtreecommitdiff
path: root/Lib/test/test_ucn.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-06 14:38:23 +0100
committerGeorg Brandl <georg@python.org>2014-11-06 14:38:23 +0100
commit2f5f2908d257eb10a98f5a47ee3dbd96492ed6fa (patch)
treee03180e2ad9b2774ca4bd1341aab691d655da30c /Lib/test/test_ucn.py
parent8726f2b89c9d34694b4551763e08e322fc103e06 (diff)
parent5a15508f978c1d6fd3f87b26c8c3605222b38f1a (diff)
downloadcpython-git-2f5f2908d257eb10a98f5a47ee3dbd96492ed6fa.tar.gz
merge with 3.4
Diffstat (limited to 'Lib/test/test_ucn.py')
-rw-r--r--Lib/test/test_ucn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ucn.py b/Lib/test/test_ucn.py
index be7e9cdcd7..1e07f6629f 100644
--- a/Lib/test/test_ucn.py
+++ b/Lib/test/test_ucn.py
@@ -172,7 +172,7 @@ class UnicodeNamesTest(unittest.TestCase):
def test_named_sequences_full(self):
# Check all the named sequences
- url = ("http://www.unicode.org/Public/%s/ucd/NamedSequences.txt" %
+ url = ("http://www.pythontest.net/unicode/%s/NamedSequences.txt" %
unicodedata.unidata_version)
try:
testdata = support.open_urlresource(url, encoding="utf-8",