commit | 1babdfc48afc60afe5ae708f77dad8a641bf36ec | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Nov 24 19:19:09 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Nov 24 19:19:09 2002 +0000 |
tree | 23802ae018a30053f627286c76be4aa31c2a627b | |
parent | 1b445d3fcfcc06e5360e83b978efdb9b1c980278 [diff] |
Reduced memory burden by iterating over the normalization test input file directly (instead of sucking it all into a list of lines first).