Tim Peters
|
1babdfc48a
|
Reduced memory burden by iterating over the normalization test input
file directly (instead of sucking it all into a list of lines first).
|
2002-11-24 19:19:09 +00:00 |
Tim Peters
|
1b445d3fcf
|
Fiddled things so that test_normalization is expected to be skipped if
and only if the test input file doesn't exist.
|
2002-11-24 18:53:11 +00:00 |
Tim Peters
|
b9ac505110
|
Split long line.
XXX If NormalizationTest.txt is required to run this test, why isn't it
checked into the project?
|
2002-11-24 02:37:29 +00:00 |
Tim Peters
|
77c06fbf94
|
Whitespace normalization.
|
2002-11-24 02:35:35 +00:00 |
Martin v. Löwis
|
677bde2dd1
|
Patch #626485: Support Unicode normalization.
|
2002-11-23 22:08:15 +00:00 |