Paul Rubin <http://[EMAIL PROTECTED]> writes: > # loop through all the files crunching all lines in each one > for line in (ichain(file_lines(x) for x in all_filenames)): > crunch(x)
supposed to say crunch(line) of course. -- http://mail.python.org/mailman/listinfo/python-list