From: Robert Klemme Date: 2007-02-10T03:40:12+09:00 Subject: Re: Help optimizing On 08.02.2007 22:11, Luke Ivers wrote: > Oh, and I used str.concat: should I have used something else? I'd use << - in that case you can also use StringIO and IO objects (i.e. files). I don't think it makes a performance difference. Kind regards robert