> From: Jim Washington <jwashin@vt.edu> > > I think a lines property *is* a python list of strings. Yes, lines and tokens are both. Lines split on newline, tokens split on space, to make python lists. Actually, they might be tuples, I'm not sure.