On Thursday, February 6, 2014 6:09:52 AM UTC+2, Tim Chase wrote:
> On 2014-02-05 19:59, Asaf Las wrote:
> From your code,
>   list_t = str_t.split(',')
> It might have been a short-hand for obtaining the results of a CSV
> row, but it might be better written something like
>   list_t = csv.reader([str_t])
> -tkc

i was too fast to reply. you are correct!

/Asaf
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to