Bruno Desthuilliers  <bruno.42.desthuilli...@websiteburo.invalid> wrote:
> >> mylist = line.strip().split()
>
>will already do the RightThing(tm).

So will

mylist = line.split()

-- 
\S

   under construction

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

Reply via email to