Terry Reedy wrote:
> "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.
> 

i'm sorry ;) it was  a list of strings...

the code was something like:

for line in open('x.y'):
        line = line.split('\t')


a better naming would be better it seems :)

gabor
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to