]> granicus.if.org Git - python/commit
Reduced memory burden by iterating over the normalization test input
authorTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 19:19:09 +0000 (19:19 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 19:19:09 +0000 (19:19 +0000)
commit1babdfc48afc60afe5ae708f77dad8a641bf36ec
tree23802ae018a30053f627286c76be4aa31c2a627b
parent1b445d3fcfcc06e5360e83b978efdb9b1c980278
Reduced memory burden by iterating over the normalization test input
file directly (instead of sucking it all into a list of lines first).
Lib/test/regrtest.py
Lib/test/test_normalization.py