Reduced memory burden by iterating over the normalization test input

file directly (instead of sucking it all into a list of lines first).
This commit is contained in:
Tim Peters 2002-11-24 19:19:09 +00:00
parent 1b445d3fcf
commit 1babdfc48a
2 changed files with 2 additions and 4 deletions

View file

@ -506,7 +506,7 @@ def printlist(x, width=70, indent=4):
# test_normalization
# Whether a skip is expected here depends on whether a large test
# input file has been downloaded. test_normalization.skip_expected
# controls that
# controls that.
_expectations = {
'win32':