"Will McGugan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You may be right. I always use plural nouns for collections.
ditto
> To me 'line' would suggest there was just one of them,
> so I assumed it was string.
I did too.
for line in file('skljflask.txt',r): # or similar
is a common idiom posted here many times.
Terry J. Reedy
--
http://mail.python.org/mailman/listinfo/python-list
