Crutcher Dunnavant wrote: > for file in open_files: if file.readable(): > ... > > for line in open(file): if line.strip(): I don't like this. It looks unclean and adds an exception to the conventional Python rules while yielding no particular or significant benefit. -- Ivan Krstic <krstic at fas.harvard.edu> | GPG: 0x147C722D