Bruno Desthuilliers <bruno.42.desthuilliers at websiteburo.invalid> wrote: > >> mylist = line.strip().split() > >will already do the RightThing(tm). So will mylist = line.split() -- \S under construction