Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a42f8903
Commit
a42f8903
authored
Aug 05, 2003
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct URL of normalization file. Fixes #781065. Will backport to 2.3.
parent
ea372bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Lib/test/test_normalization.py
Lib/test/test_normalization.py
+2
-2
No files found.
Lib/test/test_normalization.py
View file @
a42f8903
...
...
@@ -3,7 +3,7 @@ import sys
import
os
from
unicodedata
import
normalize
TESTDATAFILE
=
"NormalizationTest"
+
os
.
extsep
+
"txt"
TESTDATAFILE
=
"NormalizationTest
-3.2.0
"
+
os
.
extsep
+
"txt"
# This search allows using a build directory just inside the source
# directory, and saving just one copy of the test data in the source
...
...
@@ -42,7 +42,7 @@ def unistr(data):
def
test_main
():
if
skip_expected
:
raise
TestSkipped
(
TESTDATAFILE
+
" not found, download from "
+
"http://www.unicode.org/Public/
UNIDATA
/"
+
TESTDATAFILE
)
"http://www.unicode.org/Public/
3.2-Update
/"
+
TESTDATAFILE
)
part1_data
=
{}
for
line
in
open
(
TESTDATAFILE
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment