Anand wrote:
> Wouldn't it be nice to say
> 
> id, *tokens = line.split(',')

id, tokens_str = line.split(',', 1)

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

Reply via email to