summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-11-24 19:19:09 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-11-24 19:19:09 (GMT)
commit1babdfc48afc60afe5ae708f77dad8a641bf36ec (patch)
tree23802ae018a30053f627286c76be4aa31c2a627b /Lib/test/regrtest.py
parent1b445d3fcfcc06e5360e83b978efdb9b1c980278 (diff)
downloadcpython-1babdfc48afc60afe5ae708f77dad8a641bf36ec.zip
cpython-1babdfc48afc60afe5ae708f77dad8a641bf36ec.tar.gz
cpython-1babdfc48afc60afe5ae708f77dad8a641bf36ec.tar.bz2
Reduced memory burden by iterating over the normalization test input
file directly (instead of sucking it all into a list of lines first).
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index d0650e6..f870527 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -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':