summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_normalization.py
Commit message (Collapse)AuthorAgeFilesLines
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-241-3/+1
| | | | file directly (instead of sucking it all into a list of lines first).
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-241-38/+49
| | | | and only if the test input file doesn't exist.
* Split long line.Tim Peters2002-11-241-2/+3
| | | | | XXX If NormalizationTest.txt is required to run this test, why isn't it checked into the project?
* Whitespace normalization.Tim Peters2002-11-241-2/+1
|
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-0/+68